Lofesa commented on issue #946:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/946#issuecomment-734240915


   I think is not correct.
   You have pki in your path, so maybe is a redhat/centos distro, so the 
directives must be:
   
   ```
   ModPagespeedSslCertDirectory /etc/pki/tls/certs
   ModPagespeedSslCertFile /etc/pki/tls/cert.pem
   ```
   and the cert.pem is a link to  
`/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem`
   
   As you can see this file is a CA bundle, not the certificates for your 
server.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to