Skip to content

Commit

Permalink
README: renew: wait and remove certbot docker
Browse files Browse the repository at this point in the history
Otherwise we restart too quickly, and we cannot start it again later.

While at it, fix the newline at the end of the file.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Aug 12, 2024
1 parent f73c120 commit e7dd000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cert_before=$(sha256sum "${cert}")
docker run --name certbot-renew \
-v "${path}/www:/var/www/:rw" \
-v "${path}/cert/:/etc/letsencrypt/:rw" \
--detach \
--rm \
certbot/certbot \
certonly --non-interactive --agree-tos --webroot \
--webroot-path /var/www/ \
Expand Down Expand Up @@ -104,4 +104,4 @@ docker rm mptcp-check
then run the `start.sh` script again.

## update needs
Currently, the apt version of lighttpd is 1.4.63. When the 1.4.76 or newer version is available, `mptcpize run` can be removed from the `Dockerfile` file, and the option `"server.network-mptcp"` can be set in the config.
Currently, the apt version of lighttpd is 1.4.63. When the 1.4.76 or newer version is available, `mptcpize run` can be removed from the `Dockerfile` file, and the option `"server.network-mptcp"` can be set in the config.

0 comments on commit e7dd000

Please sign in to comment.