ssl - Certbot-auto --manual 插件不工作

标签 ssl ssl-certificate amazon-route53 lets-encrypt certbot

我已经使用带有 --manual 插件的 certbot-auto 生成了证书。现在 certbot 版本从 0.25.1 升级到 0.26.1,现在我无法使用 --manual 选项,因为它在 certbot 0.26.1 中表示已弃用。

这是我用来生成证书的命令-

`./certbot-auto certonly --manual -d *.example.com -d example.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory`

有没有其他相关的插件比如--manual?我可以在其中生成 TXT 记录并在我的 aws route53 中更新它。

最佳答案

Certbot Route53 Plugin

来自文档:

  • certbot certonly \   
    -n --agree-tos --email DEVOPS@COMPANY.COM \  
    --dns-route53 \
    -d MY.DOMAIN.NAME
    

关于ssl - Certbot-auto --manual 插件不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51960884/

相关文章:

unix - <123.123.123.123> 的证书与证书主题的通用名称不匹配

amazon-web-services - 将GSuite配置为与路由53配合使用- "MX record doesn' t具有2个字段”错误

更新到 macOS Sierra 后,git 无法在钥匙串(keychain)中找到证书

.htaccess - 强制 https ://www. 域到 https://domain

java - 使用 Jersey 客户端忽略自签名 ssl 证书

ssl - 如何判断一个网站的SSL证书是否有效?

amazon-web-services - 当 Auto Scaling 启动新实例时自动更新 Route 53

amazon-web-services - 如何通过入口 Controller 在 Kubernetes 中公开内部服务

http - HTTP 和 HTTPS 协议(protocol)的 Post 请求

php - 如何检查请求是否带有正确的 ssl 证书