diff --git a/inc/certs.inc b/inc/certs.inc index 612ed315..3516b9ff 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -301,7 +301,7 @@ LISTCERTS(){ exit 0 elif [ "${certid}" != "" ] && [ "${CERTLIST[${certid}]}" != "" ]; then - ecbo "HERE: ${certid} = '${CERTLIST[${certid}]}'" + echo "HERE: ${certid} = '${CERTLIST[${certid}]}'" cert=${CERTLIST[${certid}]} certdir=${NM_CERTPATH}/live/${cert} SUBJECT=$(${NCMD} openssl x509 -in ${certdir}/cert.pem -noout -subject|grep -oP '(?<=CN = )[^,]+'|sort -uV)