Skip to content

Instantly share code, notes, and snippets.

@minhanhhere
Last active August 25, 2018 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minhanhhere/4cb821394f699474b415cbe44edac865 to your computer and use it in GitHub Desktop.
Save minhanhhere/4cb821394f699474b415cbe44edac865 to your computer and use it in GitHub Desktop.
Let's Encrypt create SSL Certificate wildcard
# 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