独立安装 Let's Encrypt 但想用作 Apache

Installed Let's Encrypt as standalone but want to use as Apache

我按照本指南设置了 Let's 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/,这似乎是一个更直接的过程。

移除我目前所做的一切并走这条替代路线的最佳方法是什么?

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

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