Created
December 16, 2022 13:28
-
-
Save s2504s/1db045691f5bd471e9d1a6236c7cc481 to your computer and use it in GitHub Desktop.
Install certbot
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
| # Use this image https://hub.docker.com/r/certbot/dns-cloudflare | |
| docker pull certbot/dns-cloudflare | |
| docker run -it --rm --name certbot -v "${PWD}/etc/letsencrypt:/etc/letsencrypt" -v "${PWD}/var/lib/letsencrypt:/var/lib/letsencrypt" certbot/dns-cloudflare certonly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment