Apache服务器和Microsoft CA

过去几天我一直在尝试将SSL添加到vTiger 6 CRM服务器。 我的IT主pipe和我一直在试图弄清楚这个…

我们按照这个指南创build我们的证书https://secure.marumoto.us/motowiki/tiki-index.php?page=Use+a+Microsoft+CA+to+Sign+a+Certificate+for+a+Web +服务器

我已将证书移至服务器并启用了SSL。

当我使用Firefox连接到服务器并下载authentication时,它没有正确填写authentication字段。 它显示的颁发者字段作为它自己的networking服务器…不是我们的微软CA服务器。

我的httpd.conf文件看起来像…

Servername herpderp.derp.com SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.cert/herpderp.derp.com.pem SSLCertificateKeyFile /etc/httpd/conf/ssl.key/herpderp.key SSLCACertificateFile /etc/httpd/conf/ssl.cert/tower.derp.com.pem 

可能是什么问题呢? 现在我已经通过文档了一天了..

我没有使用VirtualHost,因此正在应用ssl.conf中的设置。 我将ssl.conf中的值更改为以下内容,并使证书正常工作。

SSLCertificateFile /etc/httpd/conf/ssl.cert/herpderp.derp.com.pem SSLCertificateKeyFile /etc/httpd/conf/ssl.key/herpderp.key SSLCACertificateFile /etc/httpd/conf/ssl.cert/tower.derp。 com.pem