Skip to content

Instantly share code, notes, and snippets.

@Steveorevo
Created September 2, 2022 00:57
Show Gist options
  • Save Steveorevo/e31b2b8e207c83625245e92049e49762 to your computer and use it in GitHub Desktop.
Save Steveorevo/e31b2b8e207c83625245e92049e49762 to your computer and use it in GitHub Desktop.
Wild card domain renewal using let’s encrypt
certbot certonly --manual \
--preferred-challenges=dns \
--email admin@website.com \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \
--manual-public-ip-logging-ok \
-d website.com \
-d *.website.com \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment