Skip to content

Instantly share code, notes, and snippets.

@pen-pal
Created February 13, 2025 14:18
Show Gist options
  • Save pen-pal/1744103e51486828a9f89b50e6b54733 to your computer and use it in GitHub Desktop.
Save pen-pal/1744103e51486828a9f89b50e6b54733 to your computer and use it in GitHub Desktop.
certbot manually create cert
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