Update README.md
This commit is contained in:
parent
e6bd459837
commit
f527bafb85
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user