Skip to content

Instantly share code, notes, and snippets.

@valentin2105
Created July 17, 2016 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valentin2105/147228cb5865860d65d1bc3132b12cb1 to your computer and use it in GitHub Desktop.
Save valentin2105/147228cb5865860d65d1bc3132b12cb1 to your computer and use it in GitHub Desktop.
Lets-encryptDocker
sudo docker run -it –rm -p 443:443 -p 80:80 –name letsencrypt \
-v „/mnt/letsencrypt:/etc/letsencrypt“ \
-v „/mnt/ssl:/var/lib/letsencrypt“ \
quay.io/letsencrypt/letsencrypt:latest certonly –rsa-key-size 4096 -d meinedomain.de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment