Sign inSign up

siomiz/certbot-auto

By siomiz

Updated almost 9 years ago

EFF's certbot-auto

Image
1

776

siomiz/certbot-auto repository overview

Usage

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

Tag summary

Content type

Image

Digest

Size

174.5 MB

Last updated

almost 9 years ago

docker pull siomiz/certbot-auto