diff --git a/defaults.inc b/defaults.inc index cbaaa36c..8a790348 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='1.01312019' +VERS='1.02042019' NODE_HOSTS=10.5.10.51,10.5.10.52,10.5.10.53 NODE_SERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale CERT_DAEMON='/usr/bin/certbot' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 83816c2f..a8443114 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -85,10 +85,15 @@ CERTRENEW(){ LISTCERTS(){ #DIVIDER true - echo here + for d in /etc/letsencrypt/live/ ; do + echo "$d" + done + + if [ -z $action ] || [ "${action}" = "gui" ]; then ENTER2CONTINUE fi + echo "" } NIGHTLYRENEW(){