From d5d6dfa159c8683f0874fe3b68b042d73b97f930 Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Sun, 16 Feb 2020 19:40:00 -0700 Subject: [PATCH] no message --- gen-cert.sh | 2 +- gen-unifi-cert.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gen-cert.sh b/gen-cert.sh index faef533..cc15163 100755 --- a/gen-cert.sh +++ b/gen-cert.sh @@ -1,6 +1,6 @@ #!/bin/bash # Easy letsencrypt certs using a bash script. -# v1.4 - 03/21/2017 +# v1.5 - 02/16/2020 # By Brielle Bruns # http://www.sosdg.org diff --git a/gen-unifi-cert.sh b/gen-unifi-cert.sh index cdbddeb..47cc02a 100755 --- a/gen-unifi-cert.sh +++ b/gen-unifi-cert.sh @@ -2,8 +2,8 @@ # Modified script from here: https://github.com/FarsetLabs/letsencrypt-helper-scripts/blob/master/letsencrypt-unifi.sh # Modified by: Brielle Bruns # Download URL: https://source.sosdg.org/brielle/lets-encrypt-scripts -# Version: 1.7 -# Last Changed: 09/26/2018 +# Version: 1.8 +# Last Changed: 02/16/2020 # 02/02/2016: Fixed some errors with key export/import, removed lame docker requirements # 02/27/2016: More verbose progress report # 03/08/2016: Add renew option, reformat code, command line options