Skip to content

Instantly share code, notes, and snippets.

@giansalex
Created September 10, 2019 00:10
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 giansalex/e69ee21a468ac8c2daae762a3eff88e8 to your computer and use it in GitHub Desktop.
Save giansalex/e69ee21a468ac8c2daae762a3eff88e8 to your computer and use it in GitHub Desktop.
Create SSL Certificate LetsEncrypt with DNS Recorde Validation
docker run -t --rm -v "${pwd}":/appc certbot/certbot certonly --manual --preferred-challenges=dns --email admin@domain.com --agree-tos --config-dir /appc/config --logs-dir /appc/logs --work-dir /appc/workdir -d *.domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment