httpd 서비스를 시작하려고 하면 다음 오류가 표시됩니다.
Job for httpd.service failed because the control process exited with error code. See
"systemctl status httpd.service" and "journalctl -xe" for details.
로그 파일을 볼 때 "ssl_error_log" 파일에 다음이 나타납니다.
[Fri Jul 16 14:33:01.773030 2021] [ssl:error] [pid 5274] AH02203: Init: Private key
not found
분명히 키 파일은 올바른 디렉토리에 있고 비어 있지 않은데, 이와 같은 오류는 무엇을 의미합니까?
추가 정보:
SSLCertificateFile /etc/pki/tls/certs/testvm_am_com_cert.cer
SSLCertificateKeyFile /etc/pki/tls/private/testvm.am.com.key
ls -l /etc/pki/tls/private
total 12
-rw-r--r--. 1 root root 2748 Jul 14 20:02 testvm_am_com_cert.cer
-rw-r--r--. 1 root root 1704 Jul 14 20:04 testvm.am.com.key
-rw-------. 1 root root 1675 Jul 5 15:45 localhost.key