From 10bb6ca8dc485945e6532402b920441bfe2a5c65 Mon Sep 17 00:00:00 2001 From: Konstantin Gimpel <22429622+gitpel@users.noreply.github.com> Date: Tue, 28 Nov 2017 15:08:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82cff24..2fea283 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ certbot certonly --preferred-challenges=dns --manual -d $DOMAIN --manual-public- ``` *To use script with CertBot hooks:* ```sh -certbot certonly --preferred-challenges=dns --manual -d $DOMAIN --manual-public-ip-logging-ok --post-hook ./opt/letsencrypt-routeros/letsencrypt-routeros.sh +certbot certonly --preferred-challenges=dns --manual -d $DOMAIN --manual-public-ip-logging-ok --post-hook /opt/letsencrypt-routeros/letsencrypt-routeros.sh ```