したがって、次のとおりです: http://support.godaddy.com/help/article/5238/installing-an-ssl-certificate-in-apache
Apache 2.x の ssl.cof で編集する次の行があります。
SSLCertificateChainFile /path/to/intermediate/bundle/file
さて、gd_bundle.crt とドメインの証明書を zip ファイルで受け取りました。しかし、ねえ、どれが中間/バンドル/ファイルですか-gd_bundle.crtである可能性がありますか、それともリポジトリの誰かですか:
https://certs.godaddy.com/anonymous/repository.seam
私はすでに gd_bundle.crt で 1 行を埋めているので、それは別のファイルだと思いますが、そのリポジトリ リンクのうちのどれですか?
ありがとうございました。
# 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
これは構成する4行で、そのうち2つは確かに問題ありませんが、他の2つはわかりません。特に、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