1
hilyjiang 2017-05-20 12:11:38 +08:00
大部分工具和脚本都是自动生成密钥的,为什么要自己指定密钥呢?
|
2
Hardrain 2017-06-01 16:06:35 +08:00 1
你可以指定 CSR。用已存在的私钥和 openssl req 命令来生成 CSR
如果使用 Let's Encrypt 官方的 CertBot(在多数操作系统上称为 certbot,少数称为 letsencrypt) 那么需要使用 certonly 模式,并用 --csr 来指定 CSR 的路径 (根据官方文档 https://certbot.eff.org/docs/using.html ) 如果使用 acme.sh,可参考作者的说明 https://github.com/Neilpang/acme.sh/wiki/Issue-a-cert-from-existing-CSR |