Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:34:15 -06:00
parent 5092c1894b
commit 37fd3fe105

View File

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