cd to right path for the next command with $PWD
This commit is contained in:
parent
21ff017b23
commit
453ee67f23
|
@ -24,6 +24,7 @@ In my case
|
||||||
```
|
```
|
||||||
mkdir -p /home/ubuntu/docker/letsencrypt/log
|
mkdir -p /home/ubuntu/docker/letsencrypt/log
|
||||||
mkdir -p /home/ubuntu/docker/letsencrypt/etc/letsencrypt
|
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.
|
Now get the certificate (modify ```mail.myserver.tld```) and following the certbot instructions.
|
||||||
|
|
Loading…
Reference in New Issue