From bdbbbfe0df7d8493b50db8acf322eac491ddaa57 Mon Sep 17 00:00:00 2001 From: Leo Winter Date: Sun, 6 Aug 2017 22:16:34 +0200 Subject: [PATCH] cd to right path for the next command with $PWD --- Configure-SSL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configure-SSL.md b/Configure-SSL.md index 3a66df9..67df3f8 100644 --- a/Configure-SSL.md +++ b/Configure-SSL.md @@ -24,6 +24,7 @@ In my case ``` mkdir -p /home/ubuntu/docker/letsencrypt/log mkdir -p /home/ubuntu/docker/letsencrypt/etc/letsencrypt +cd /home/ubuntu/docker/letsencrypt ``` Now get the certificate (modify ```mail.myserver.tld```) and following the certbot instructions.