Skip to content

Instantly share code, notes, and snippets.

@erkineren
Created January 12, 2020 17:59
Show Gist options
  • Save erkineren/cabf6e7bb3a69b62e99dd88addee48c5 to your computer and use it in GitHub Desktop.
Save erkineren/cabf6e7bb3a69b62e99dd88addee48c5 to your computer and use it in GitHub Desktop.
certbot lets encrypt create wildcard certificate and install
certbot certonly --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.domain.tld' -d domain.tld && \
certbot --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.domain.tld' -d domain.tld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment