<VirtualHost 0.0.0.0:443>
DocumentRoot "/var/www/html"
#填寫證書名稱
ServerName cloud.tencent.com
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite HIGH:!RC4:!MD5:!aNULL:!eNULL:!NULL:!DH:!EDH:!EXP:+MEDIUM
SSLHonorCipherOrder on
#啟用 SSL 功能
SSLEngine on
#證書文件的路徑
SSLCertificateFile /etc/httpd/ssl/cloud.tencent.com.crt
#私鑰文件的路徑
SSLCertificateKeyFile /etc/httpd/ssl/cloud.tencent.com.key
#證書鏈文件的路徑
SSLCertificateChainFile /etc/httpd/ssl/root_bundle.crt
</VirtualHost>
可參考:https://cloud.tencent.com/document/product/400/61400
發(fā)表評(píng)論