Created
September 10, 2019 00:10
-
-
Save giansalex/e69ee21a468ac8c2daae762a3eff88e8 to your computer and use it in GitHub Desktop.
Create SSL Certificate LetsEncrypt with DNS Recorde Validation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -t --rm -v "${pwd}":/appc certbot/certbot certonly --manual --preferred-challenges=dns --email [email protected] --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