From 87a5b0913b603ada357128fb7aa39c3ad0650ab2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 16:56:25 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 53a045d0..8e725b41 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -603,9 +603,9 @@ LISTCERTS(){ #CERTDATE=$(${OPENSSL} x509 -in ${certdir}/cert.pem -text -enddate | grep 'Not After') - #COMMONNAME=$(${OPENSSL} x509 -in ${certdir}/cert.pem -text -subject | \ - ${SED} -e 's/.*CN=//' | \ - ${SED} -e 's/\/.*//') + # COMMONNAME=$(${OPENSSL} x509 -in ${certdir}/cert.pem -text -subject | \ + # ${SED} -e 's/.*CN=//' | \ + # ${SED} -e 's/\/.*//') #SUBJECT=${COMMONNAME}