Updated README to add the fact of setting the www-ssl and api-ssl certificates and fixed typo
This commit is contained in:
parent
763ca6e066
commit
1822cb6085
@ -2,6 +2,7 @@
|
||||
**Let's Encrypt certificates for RouterOS / Mikrotik**
|
||||
|
||||
*UPD 2018-05-27: Works with wildcard Let's Encrypt Domains*
|
||||
*UPD 2019-07-11: Works with OpenSSH 7+*
|
||||
|
||||
[](https://mikrotik.com/)
|
||||
|
||||
@ -15,7 +16,9 @@
|
||||
* Upload two new files: **Certificate** and **Key**
|
||||
* Import **Certificate** and **Key**
|
||||
* Change **SSTP Server Settings** to use new certificate
|
||||
* Delete certificate and key files form RouterOS / Mikrotik storage
|
||||
* Change **WWW-SSL Service** to use new certificate
|
||||
* Change **API-SSL Service** to use new certificate
|
||||
* Delete certificate and key files from RouterOS / Mikrotik storage
|
||||
|
||||
### Installation on Ubuntu 16.04
|
||||
*Similar way you can use on Debian/CentOS/AMI Linux/Arch/Others*
|
||||
|
||||
@ -56,7 +56,7 @@ if [ ! -f $CERTIFICATE ] && [ ! -f $KEY ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Set up variables to remove erros
|
||||
# Set up variables to remove errors
|
||||
DOMAIN_INSTALLED_CERT_FILE=$DOMAIN.pem_0
|
||||
DOMAIN_CERT_FILE=$DOMAIN.pem
|
||||
DOMAIN_KEY_FILE=$DOMAIN.key
|
||||
|
||||
Loading…
Reference in New Issue
Block a user