Created
January 12, 2020 17:59
-
-
Save erkineren/cabf6e7bb3a69b62e99dd88addee48c5 to your computer and use it in GitHub Desktop.
certbot lets encrypt create wildcard certificate and install
This file contains 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 --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.domain.tld' -d domain.tld && \ | |
certbot --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.domain.tld' -d domain.tld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment