Search found 3 matches
- 2019/09/25 20:57:13
- Forum: CentOS 8 - General Support
- Topic: CentOS 8 mod_ssl syntax error
- Replies: 2
- Views: 691
Re: CentOS 8 mod_ssl syntax error
I just checked. In CentOS 7, installing mod_ssl creates /etc/pki/tls/certs/localhost.crt and /etc/pki/tls/private/localhost.key for you.
- 2019/09/25 15:27:31
- Forum: CentOS 8 - General Support
- Topic: CentOS 8 mod_ssl syntax error
- Replies: 2
- Views: 691
CentOS 8 mod_ssl syntax error
Action:
yum install httpd mod_ssl
httpd -t
Result:
AH00526: Syntax error on line 85 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file '/etc/pki/tls/certs/localhost.crt' does not exist or is empty
yum install httpd mod_ssl
httpd -t
Result:
AH00526: Syntax error on line 85 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file '/etc/pki/tls/certs/localhost.crt' does not exist or is empty
- 2019/09/24 18:25:04
- Forum: CentOS 8 - General Support
- Topic: [solved] Yum
- Replies: 9
- Views: 69443
Re: Yum
The method of MartyCZ works for me.