【发布时间】:2016-11-13 03:10:53
【问题描述】:
我只是想将域 test.example.com 添加到已存在的 example.com 证书中。如何将域添加到现有证书并替换旧证书?
这几个命令我都试过了
./letsencrypt-auto certonly --cert-path /etc/letsencrypt/archive/example.com --expand -d test.example.com
./letsencrypt-auto certonly -d example.com --expand -d test.example.com
结果:两者都在新文件夹 test.example.com-0001 中创建了一个全新的证书
./letsencrypt-auto certonly --renew-by-default --expand -d test.example.com
结果:错误文件夹 test.example.com 已存在。
./letsencrypt-auto renew --expand -d orange.fidka.com
结果:错误,我只能在我的证书过期时续订。
【问题讨论】:
-
这个问题已经在超级用户上重新打开:superuser.com/questions/1432541/…
-
对于正在查看此问题的任何人:我建议您查看answer on superuser。它使用
certbot --expand更接近这个问题问imo
标签: ssl ssl-certificate lets-encrypt