Skip to content

Instantly share code, notes, and snippets.

@raykibul
Created December 9, 2023 15:49
Show Gist options
  • Select an option

  • Save raykibul/d65d282770b0ab7f34e6881038076b1e to your computer and use it in GitHub Desktop.

Select an option

Save raykibul/d65d282770b0ab7f34e6881038076b1e to your computer and use it in GitHub Desktop.
create certbot mannual certificate
sudo certbot certonly \
--manual \
--preferred-challenges=dns \
--email youremail@gmail.com \
--server https://acme-v02.api.letsencrypt.org/directory \
--work-dir=. --config-dir=. --logs-dir=. \
--agree-tos \
-d your-domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment