From b391adcd1b40d262fc4bd0931e31713921893bc2 Mon Sep 17 00:00:00 2001 From: mtan93 <30936296+mtan93@users.noreply.github.com> Date: Mon, 3 Sep 2018 17:27:40 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52b86ba..752999a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Scripts to allow easy import of LE certs into keystore for Unifi on Ubuntu/Debia
Script was designed to avoid:
Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /var/lib/unifi/keystore -destkeystore /var/lib/unifi/keystore -deststoretype pkcs12".-
after running certbot (Please make sure that your certs were placed in /etc/letsencrypt/live/yourdomain.name/ and not /etc/letsencrypt/live/yourdomain.name-0001,2,3,etc/.
+after running certbot (Please make sure that your certs were placed in /etc/letsencrypt/live/yourdomain.name/ and not /etc/letsencrypt/live/yourdomain.name-0001,2,3,etc/.)
Paste into terminal/ssh:
wget https://raw.githubusercontent.com/mtan93/unifi-letsencrypt/master/unifi_le.sh && chmod +x unifi_le.sh && ./unifi_le.sh
-
Then simply enter your domain name (without http/s) when asked to do so and the script will do the rest for you :)
+Then simply enter your domain name (without http/s) when asked to do so and the script will do the rest for you.