已安装让我们加密为独立但希望用作Apache

时间:2017-08-07 15:50:43

标签: apache debian lets-encrypt

我按照本指南设置了我们的加密https://www.linode.com/docs/security/ssl/install-lets-encrypt-to-create-ssl-certificates

我使用以下网址为我的某个网站创建了证书:

sudo -H ./letsencrypt-auto certonly --standalone -d example.com

现在需要将其添加到Apache。我开始关注this guide,但它列出了不同的证书扩展名。

我刚刚发现以下文章https://www.upcloud.com/support/install-lets-encrypt-apache/,这似乎是一个更直接的过程。

最好的方法是删除我迄今为止所做的工作并选择其他路线?

1 个答案:

答案 0 :(得分:0)

我遵循了本指南https://certbot.eff.org/#debianjessie-apache

当我完成安装过程时,它允许我更新现有证书。