Skip to content

Instantly share code, notes, and snippets.

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 ewingson/e966ca676b30e748a1b18831a980f4b4 to your computer and use it in GitHub Desktop.
Save ewingson/e966ca676b30e748a1b18831a980f4b4 to your computer and use it in GitHub Desktop.
certbot
/usr/local/bin$
./certbot-auto certonly \
--manual \
--preferred-challenges=dns \
(--email mad@mail.com) \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \
-d *.solidweb.org \
-d solidweb.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment