Letsencrypt更新错误(Ubuntu,Nginx,Node.js)

时间:2016-03-20 07:11:51

标签: node.js ubuntu ssl nginx lets-encrypt

我继承了一个配置(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证书?

1 个答案:

答案 0 :(得分:2)

尝试使用./letsencrypt-auto renew

它应该自己读取/etc/letsencrypt/renewal/domain.conf处的配置文件。

请查看本教程(第4步),了解如何续订以及如何使用crontab自动完成更新: How to secure Nginx with Let's Encrypt on Ubuntu 14.04

相关问题