【问题标题】:Certbot-auto --manual plugin not workingCertbot-auto --manual 插件不起作用
【发布时间】:2019-01-28 08:41:56
【问题描述】:

我已经使用带有 --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 中更新它。

【问题讨论】:

  • 手动插件似乎在上一个版本中没有被弃用,您能否发布运行该命令时遇到的错误?
  • 请求以 root 权限重新运行 ./certbot-auto... 错误:无法获取当前安装的 /opt/eff.org/certbot/venv/bin/letsencrypt 版本:/var/ www/ 不存在或不是目录

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


【解决方案1】:

Certbot Route53 Plugin

来自文档:

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

【讨论】:

    猜你喜欢
    • 2019-04-19
    • 2017-03-02
    • 1970-01-01
    • 2017-04-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-08-02
    • 2020-07-17
    相关资源
    最近更新 更多