Created
July 6, 2018 08:37
-
-
Save iamcryptoki/000a9cf17645e958989193e16790b49a to your computer and use it in GitHub Desktop.
Let's Encrypt (Certbot) Wildcard certificate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d '*.example.com' --email hello@example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment