我继承了一个配置(Ubuntu,Nginx,Node.js,LetsEncrypt),其中letsencrypt证书即将到期。
我尝试了这些命令:
./letsencrypt-auto --renew --config /etc/letsencrypt/renewal/domain.conf certonly
./letsencrypt-auto --renew --config /etc/letsencrypt/renewal/domain.conf -d domain.com -d www.domain.com
两个案件均收到以下答复:
letsencrypt: error: uir is a flag but is being set to 'None'
我尝试将其更改为false或为空,但无效。
如何在此配置上续订LetsEncrypt证书?
答案 0 :(得分:2)
尝试使用./letsencrypt-auto renew
。
它应该自己读取/etc/letsencrypt/renewal/domain.conf
处的配置文件。
请查看本教程(第4步),了解如何续订以及如何使用crontab
自动完成更新:
How to secure Nginx with Let's Encrypt on Ubuntu 14.04