de265a1fb03c9431fd9b0c57176f47c132d0729e
wiki/info/landscape/sail-insight.com-website.md
| ... | ... | @@ -8,6 +8,8 @@ The SSL certificate is provided by LetsEncrypt. Since `certbot` is not available |
| 8 | 8 | docker run -it --rm --name certbot -p 80:80 -v "/etc/letsencrypt:/etc/letsencrypt" -v "/var/lib/letsencrypt:/var/lib/letsencrypt" -v "/var/log/letsencrypt:/var/log/letsencrypt" -v "/home/trac/sail-insight-website/:/home/trac/sail-insight-website" certbot/certbot certonly |
| 9 | 9 | ``` |
| 10 | 10 | |
| 11 | +The port forward is only needed if you use the standalone version which spins up a webserver in the docker image. If you use webroot, then you have to have the server running already. |
|
| 12 | + |
|
| 11 | 13 | The same docker container is spun up once a week to check whether the certificate needs renewing: |
| 12 | 14 | |
| 13 | 15 | ``` |