【发布时间】:2022-08-11 17:56:21
【问题描述】:
早安伙计们
我从来没有真正处理过 apache 服务器上的 SSL。 我在 godaddy 上为我的网站找到了域名。下载 CentOS Apache 压缩包。
这包括
- gd_bundle .crt
- hereismysite.crt
- blahblah.pem
现在,当前具有 SSL 的文件夹有
- gd_bundle .crt
- hereismysite.crt
- blahblah.key
我在 Godaddy 上为 CSR 准备了这个密钥?
我对如何执行此步骤以及如何处理它感到有些困惑?
用新文件替换文件后,我在这里遵循了一些 apache 说明。 (我也刚刚替换了密钥中的 .pem 信息)。在 apachectl restart 时所有服务器都崩溃了,所以把旧的放回去并重新启动
https://ae.godaddy.com/help/manually-install-an-ssl-certificate-on-my-apache-server-centos-5238
我很困惑。
任何人都可以为像我这样的假人分解它吗?
标签: apache ssl godaddy-api