如何在Ubuntu 14.04 上为Apache 2.4 安装SSL支持

2024-11-17 01:33:32
推荐回答(1个)
回答(1):

准备好Apache SSL安装3个必要文件:
1、SSLCertificateFile 是指证书公钥
2、SSLCertificateKeyFile 是指证书私钥
3、SSLCertificateChainFile 是指根证书
APACHE安装SSL证书:https://www.gworg.com/ssl/106.html
Apache自动跳转到 HTTPS:https://www.gworg.com/ssl/130.html