Replace certbot-auto command with docker run ... siomiz/certbot-auto.
Examples:
docker run \
--rm -it -p 443:443 \
-v /etc/letsencrypt:/etc/letsencrypt \
siomiz/certbot-auto \
certonly --standalone -d your.fqdm
on Windows:
docker run \
--rm -it \
-v D:/le:/etc/letsencrypt \
siomiz/certbot-auto \
certonly --manual --preferred-challenges=dns -d your.fqdm
Content type
Image
Digest
Size
174.5 MB
Last updated
almost 9 years ago
docker pull siomiz/certbot-auto