Skip to content

Instantly share code, notes, and snippets.

@SebKay
Last active March 9, 2021 21:50
Show Gist options
  • Save SebKay/df1ab75a46426154673f5546ed096a28 to your computer and use it in GitHub Desktop.
Save SebKay/df1ab75a46426154673f5546ed096a28 to your computer and use it in GitHub Desktop.
Install Let's Encrypt Wildcard Certificate
sudo certbot --server https://acme-v02.api.letsencrypt.org/directory -d DOMAIN.com -d *.DOMAIN.com --manual --preferred-challenges dns-01 certonly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment