From 37fd3fe1057d1fda188683e756a86aea2444ded3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 Jan 2023 09:34:15 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ccd7e900..78b4a005 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1028,7 +1028,7 @@ COPYCERTS_NPM(){ SUBJECT=$(openssl x509 -in ${certdir}/cert.pem -noout -subject|grep -oP '(?<=CN = )[^,]+'|sort -uV) if [ ! -L ${ssldir}/${SUBJECT} ]; then echo "${SUBJECT} ... creating" - /bin/ln -s ${certdir} ${ssldir}/${SUBJECT} + #/bin/ln -s ${certdir} ${ssldir}/${SUBJECT} fi done