所以根据: http: //support.godaddy.com/help/article/5238/installing-an-ssl-certificate-in-apache
在 ssl.cof 中为 Apache 2.x 编辑以下行:
SSLCertificateChainFile /path/to/intermediate/bundle/file
好吧,我在一个 zip 文件中收到了 gd_bundle.crt 和我的域证书。但是,嘿,哪个是中间/捆绑/文件 - 它可能是 gd_bundle.crt 还是他们存储库中的任何人:
https://certs.godaddy.com/anonymous/repository.seam
因为我已经用 gd_bundle.crt 填充了一行,所以我猜它是另一个文件,但是该存储库链接中的哪一个?
谢谢你。
# Certificate Authority (CA):
# Set the CA certificate verification path where to find CA
# certificates for client authentication or alternatively one
# huge file containing all of them (file must be PEM encoded)
SSLCACertificateFile /etc/httpd/conf/gd_bundle.crt
这是要配置的四行,其中两行肯定可以,但另外两行我不知道,特别是 gd_bundle.crt 去哪里以及我缺少的证书是哪个证书没有出现在 zip 中文件并带我一路到达存储库链接,我不知道在哪个文件上决定下载应用程序。
SSLCertificateFile /etc/httpd/conf/subgram.com.crt
SSLCertificateKeyFile /etc/httpd/conf/server.key
SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
SSLCACertificateFile /etc/httpd/conf/gd_bundle.crt