Skip to content

Instantly share code, notes, and snippets.

@xman1980
Last active May 16, 2018 18:16
Show Gist options
  • Select an option

  • Save xman1980/8a8e024a132ed0f7e8d52e1d974832d5 to your computer and use it in GitHub Desktop.

Select an option

Save xman1980/8a8e024a132ed0f7e8d52e1d974832d5 to your computer and use it in GitHub Desktop.
letsencrypt certbot wildcard
certbot certonly --manual -d domain.info -d *.domain.info --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment