【发布时间】:2016-12-24 14:03:35
【问题描述】:
我正在尝试使用 Let's Encrypt 保护我的 CentOS 7 VPS。我已遵循 https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-centos-7 中的指南。我已经设置了虚拟主机,安装了服务器依赖项和 Let's Encrypt 客户端。但是当我尝试设置 SSL 证书时:
./letsencrypt-auto --apache -d example.com -d mail.example.com
我得到错误:
The apache plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError()
用于 Let's Encrypt 的 Apache 插件无法正常工作,但我该如何使其工作?
【问题讨论】:
标签: apache centos7 lets-encrypt