Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:46:30 -06:00
parent 3cbc2b015c
commit 12673a3423

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