From 1de212b33488d9e375d668da998d54696fe38f34 Mon Sep 17 00:00:00 2001 From: Key Networks <34238649+key-networks@users.noreply.github.com> Date: Sat, 30 Dec 2017 11:12:43 +0800 Subject: [PATCH] Added note on renewing Letsencrypt certs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f39c2d4..c68073d 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,8 @@ For HTTPS you obviously need a TLS (SSL) certificate and private key pair. Ther ln -s /etc/letsencrypt/live/[network_controller_fqdn]/privkey.pem ``` + d. Take note of the options for renewing Letsencrypt certificates and implement an appropriate strategy. + ###### Test HTTPS access Once you have a certificate at `etc/tls/fullchain.pem` and private key at `etc/tls/privkey.pem`, you should be able to access ztncui over HTTPS on the port specified by HTTPS_PORT.