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
'Tech > Linux' 카테고리의 다른 글
Endian 판별하기 (0) | 2014.06.10 |
---|---|
ubuntu kernel upgrade or downgrade (0) | 2014.06.10 |
Install VirtualBox Guest Additions in Ubuntu 14.04 (0) | 2014.05.29 |
sun-java6 or oracle java 설치 on ubuntu 12.04 lts (0) | 2014.01.09 |
NSS_Initialize failed. Certificate database: /etc/httpd/alias. (0) | 2013.08.26 |