Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-10 16:56:25 -06:00
parent 86a629d9ad
commit 87a5b0913b

View File

@@ -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}