Tech/Linux

SSL Library Error: -8181 Certificate has expired

아다지에토 2013. 8. 26. 12:42

Unable to verify certificate 'Server-Cert'. Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved.


ssl 인증서 만료로 나타나는 증상


#certutil -d /etc/httpd/alias -L -n Server-Cert

///인증서 기간 확인


#rpm -q mod_nss --scripts

#cd /etc/httpd/alias

#rm -rf *.db

#/usr/sbin/gencert /etc/httpd/alias > /etc/httpd/alias/install.log 2>&1


#certutil -d /etc/httpd/alias -L -n Server-Cert

//갱신확인


#service httpd restart