Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@MikaelElkiaer
Created April 4, 2019 18:38
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 MikaelElkiaer/58c14f2abdf3015df6538bd2f581b1c8 to your computer and use it in GitHub Desktop.
Save MikaelElkiaer/58c14f2abdf3015df6538bd2f581b1c8 to your computer and use it in GitHub Desktop.
Certbot wildcard certificate
#!/bin/sh
sudo certbot certonly -d foo.bar -d *.foo.bar -m XXX --agree-tos --manual --preferred-challenge dns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment