Update README.md

This commit is contained in:
Konstantin Gimpel 2017-11-28 17:29:28 +02:00 committed by GitHub
parent e6bd459837
commit f527bafb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,11 @@ certbot certonly --preferred-challenges=dns --manual -d $DOMAIN --manual-public-
### Edit Script ### Edit Script
You can easily edit script to execute your commands on RouterOS / Mikrotik after certificates renewal You can easily edit script to execute your commands on RouterOS / Mikrotik after certificates renewal
Add these strings in the «.sh» file before «exit 0» to have www-ssl and api-ssl works with Let's Encrypt SSL
```sh
$routeros /ip service set www-ssl certificate=$DOMAIN.pem_0
$routeros /ip service set api-ssl certificate=$DOMAIN.pem_0
```
--- ---
### Licence MIT ### Licence MIT
Copyright 2018 Konstantin Gimpel Copyright 2018 Konstantin Gimpel