From fff0fae13e4538c07f96ea65c2b187ca0a08afa0 Mon Sep 17 00:00:00 2001 From: hms Date: Thu, 18 Feb 2021 16:12:19 -0800 Subject: [PATCH] minor changes --- refresh-NebulaCA | 12 ++++++------ update-NebulaNodeCert | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/refresh-NebulaCA b/refresh-NebulaCA index c069611..2693625 100644 --- a/refresh-NebulaCA +++ b/refresh-NebulaCA @@ -87,11 +87,11 @@ case $key in # shift # past argument # shift # past value # ;; - -i|--issuer) - ISSUER="$2" - shift # past argument - shift # past value - ;; +# -i|--issuer) +# ISSUER="$2" +# shift # past argument +# shift # past value +# ;; *) # unknown option invalid_args_msg #catch all ;; @@ -117,7 +117,7 @@ fi if [[ $CERTISCASTATUS == true ]]; then echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo "Node Name: ${CANAME}" - echo "Node IPs: ${ISSUER}" + #echo "Node IPs: ${ISSUER}" #echo "Node Groups: ${NODEGROUPS[@]}" echo "Certificate isCa Status: ${CERTISCASTATUS}" echo "DateTime: ${DATETIME}" diff --git a/update-NebulaNodeCert b/update-NebulaNodeCert index c1874e7..212fc1c 100644 --- a/update-NebulaNodeCert +++ b/update-NebulaNodeCert @@ -19,7 +19,7 @@ case $key in shift # past argument shift # past value ;; - -r|--rootpath) + -r|--rootpath) # do not add a trailing '/' ROOTPATH="$2" shift # past argument shift # past value