Skip to content

Commit

Permalink
README: renew: fix cert path
Browse files Browse the repository at this point in the history
The fullpath is needed, in the correct directory.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Aug 12, 2024
1 parent 22c24f9 commit f73c120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker run --name mptcp-check \
email= #the email used by certbot
url= #your domain name
path=/var/docker/mptcp-check
cert="certbot/conf/live/${url}/fullchain.pem"
cert="${path}/cert/live/${url}/fullchain.pem"

cert_before=$(sha256sum "${cert}")

Expand Down

0 comments on commit f73c120

Please sign in to comment.