Update README.md

This commit is contained in:
Konstantin Gimpel 2017-11-28 15:08:33 +02:00 committed by GitHub
parent a4cfc37365
commit 10bb6ca8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,5 +96,5 @@ certbot certonly --preferred-challenges=dns --manual -d $DOMAIN --manual-public-
``` ```
*To use script with CertBot hooks:* *To use script with CertBot hooks:*
```sh ```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
``` ```