Commit c9f0175c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed location of ca-bundle file

parent 3fd1ae99
...@@ -53,7 +53,7 @@ dnl The client certificate/key is not provided since we do not want to attempt ...@@ -53,7 +53,7 @@ dnl The client certificate/key is not provided since we do not want to attempt
dnl TLS with any servers, including the local ISP. dnl TLS with any servers, including the local ISP.
dnl ---------------------------------------------------------------------------- dnl ----------------------------------------------------------------------------
define(`confCACERT_PATH', `/etc/ssl')dnl define(`confCACERT_PATH', `/etc/ssl')dnl
define(`confCACERT', `/etc/ssl/ca-bundle.pem')dnl define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
define(`confSERVER_CERT', `/etc/ssl/private/server.pem')dnl define(`confSERVER_CERT', `/etc/ssl/private/server.pem')dnl
define(`confSERVER_KEY', `/etc/ssl/private/server.pem')dnl define(`confSERVER_KEY', `/etc/ssl/private/server.pem')dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment