最佳答案
我只是简单地尝试将域 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
结果: 错误,我只能在证书过期的情况下续签。