From 1822cb60853aa2f1e274b639ed7e8bcf487de303 Mon Sep 17 00:00:00 2001 From: threeplanetssoftware Date: Thu, 11 Jul 2019 22:29:03 -0400 Subject: [PATCH] Updated README to add the fact of setting the www-ssl and api-ssl certificates and fixed typo --- README.md | 5 ++++- letsencrypt-routeros.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cdd0e6..e48fcdd 100644 --- a/README.md +++ b/README.md @@ -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+* [![Mikrotik](https://i.mt.lv/mtv2/logo.svg)](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* diff --git a/letsencrypt-routeros.sh b/letsencrypt-routeros.sh index d4642ed..27d6c2d 100755 --- a/letsencrypt-routeros.sh +++ b/letsencrypt-routeros.sh @@ -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