Created
February 13, 2025 14:18
-
-
Save pen-pal/1744103e51486828a9f89b50e6b54733 to your computer and use it in GitHub Desktop.
certbot manually create cert
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
| certbot certonly --manual --email [email protected] --server https://acme-staging-v02.api.letsencrypt.org/directory - | |
| -test-cert --work-dir=. --config-dir=. --logs-dir=. --agree-tos -d test.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment