Answer the question
In order to leave comments, you need to log in
How to properly configure Apache's SSLCACertificateFile?
I do not understand why the directive does not work
SSLCACertificateFile /etc/apache2/myca/ca.crt
. I collect certificates in the file, but only the one that is listed first in the file works.
SSLCACertificatePath
In general, point-blank does not see files in crt fields pem
Answer the question
In order to leave comments, you need to log in
SSLCACertificatePath must point to the path where the certificates and their hashed links are located , which are created by the command:
ln -s somecert.crt `openssl x509 -hash -noout -in somecert.crt`.0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question