cd to right path for the next command with $PWD

Leo Winter 2017-08-06 22:16:34 +02:00
parent d259349a6e
commit bdbbbfe0df
1 changed files with 1 additions and 0 deletions

@ -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.