From a67a8d81257a88e36e2c17e45c9d9992b7d181c0 Mon Sep 17 00:00:00 2001 From: andymel Date: Wed, 28 Mar 2018 00:24:49 +0200 Subject: [PATCH] undo my last edit as I'm surprised it seems to really edit the original page --- docs/content/config/security/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/security/ssl.md b/docs/content/config/security/ssl.md index f90a4a82..32444845 100644 --- a/docs/content/config/security/ssl.md +++ b/docs/content/config/security/ssl.md @@ -30,7 +30,7 @@ cd /home/ubuntu/docker/letsencrypt Now get the certificate (modify ```mail.myserver.tld```) and following the certbot instructions. This will need access to port 443 from the internet, adjust your firewall if needed ``` -docker run --rm -ti -v $PWD/log/:/var/log/letsencrypt/ -v $PWD/etc/letsencrypt/:/etc/letsencrypt/ -p 443:443 deliverous/certbot certonly --standalone -d mail.myserver.tld +docker run --rm -ti -v $PWD/log/:/var/log/letsencrypt/ -v $PWD/etc/:/etc/letsencrypt/ -p 443:443 deliverous/certbot certonly --standalone -d mail.myserver.tld ``` You can now mount /home/ubuntu/docker/letsencrypt/etc/ in /etc/letsencrypt of ```docker-mailserver```