Last active
August 25, 2018 05:14
-
-
Save minhanhhere/4cb821394f699474b415cbe44edac865 to your computer and use it in GitHub Desktop.
Let's Encrypt create SSL Certificate wildcard
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
# Must use --server acme-v02 | |
# Must install dns-cloudflare plugin | |
# Use config file cloudflare.ini | |
certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --dns-cloudflare --dns-cloudflare-credentials /etc/letsencrypt/secret/cloudflare.ini -d chuongkhoidiem.com -d *.chuongkhoidiem.com | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment