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