Skip to content

Instantly share code, notes, and snippets.

@ndunks
Created July 2, 2021 02:50
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 ndunks/e2825fc30a93e8c3c99dd201a882378d to your computer and use it in GitHub Desktop.
Save ndunks/e2825fc30a93e8c3c99dd201a882378d to your computer and use it in GitHub Desktop.

Manual Mode

certbot certonly --manual --preferred-challenges dns-01 --manual-public-ip-logging-ok \
-m user@gmail.com -d '*.domain'

SSL RENEW

certbot renew

Apply nginx

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