Skip to content

Instantly share code, notes, and snippets.

@lucascaton
Forked from duderamos/Letsencrypt acmev2
Created April 5, 2018 23:25
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 lucascaton/1cd36dd9edc7c1b16d12e6cb112c230f to your computer and use it in GitHub Desktop.
Save lucascaton/1cd36dd9edc7c1b16d12e6cb112c230f to your computer and use it in GitHub Desktop.
sudo ./certbot-auto certonly --manual -d 'example.com' -d '*.example.com' --agree-tos --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
@lucascaton
Copy link
Author

Letsencrypt with Wildcard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment