对于我的某个网站,我想在Debian 8(Apache)上使用Let's Encrypt和Certbot创建SSL证书。
对于它,我使用以下命令行:
./certbot-auto --apache certonly -d example.com -vvv
可悲的是,我收到此错误消息:
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/augeas_configurator.py", line 150, in save
self.aug.save()
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/augeas.py", line 488, in save
raise IOError("Unable to save to file!")
IOError: Unable to save to file!
An unexpected error occurred:
IOError: Unable to save to file!
尽管进行了一些研究,但我无法找到解决方案。