Last active
November 13, 2020 11:42
-
-
Save jwv/ceffa966746fcd153ea824ac149fccf8 to your computer and use it in GitHub Desktop.
Certbot Manual DNS
This file contains hidden or 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
| # Method 1 | |
| certbot certonly --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.<ypurdomain>' -d '<ypurdomain>' | |
| # Method 2 | |
| certbot -d example.com --manual --preferred-challenges dns certonly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment