Sign inSign up

moxoff/letsencrypt

By moxoff

Updated over 6 years ago

Image
0

1.1K

moxoff/letsencrypt repository overview

This image creates and renews letsencrypt ssl certificates.

The whole directory /etc/letsencrypt needs to be mounted as a volume (and be empty the first time the container is run)

docker run -d --restart=always \
    --name letsencrypt \
    -p 80:80 \
    -v /opt/letsencrypt/etc/letsencrypt/:/etc/letsencrypt \
    lgpasquale/letsencrypt \
    -m [email protected]
    -d subdomain1.domain1.com -d subdomain2.domain2.com

Make sure port 80 is correctly forwared to the container from all required domains

Tag summary

Content type

Image

Digest

Size

119.9 MB

Last updated

over 6 years ago

docker pull moxoff/letsencrypt