Skip to content

Instantly share code, notes, and snippets.

@ndunks
Created July 2, 2021 02:50
Show Gist options
  • 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 [email protected] -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