【问题标题】:Simplest command to expand certificate扩展证书的最简单命令
【发布时间】:2017-05-05 01:24:30
【问题描述】:

我没有使用certbot,只使用letsencrypt 命令,而this other question/answer 对这么简单的事情来说太复杂了:在letsencrypt 命令中使用--expand

这里的问题:如何使用--expand,正确的语法是什么?
there are no example in the guide


假设 domain1 是主域,domain2domain3 是用初始命令创建的,
letsencrypt --apache -d domanin1 -d www.domanin1 -d wiki.domanin1 -d domanin2 -d www.domanin2 -d domanin3

... 添加 domain4 的正确语法是什么? 1、2 ... 还是 5?

  1. letsencrypt --apache --expand domanin4
  2. letsencrypt --apache --expand -d domanin4
  3. letsencrypt --expand -d domanin4
  4. letsencrypt --apache --expand -d domanin1 -d domanin4
  5. letsencrypt --apache --expand -d domanin1 -d www.domanin1 -d wiki.domanin1 -d domanin2 -d www.domanin2 -d domanin3 -d domain4

PS:扩展中需要重复所有域和子域吗?

【问题讨论】:

    标签: lets-encrypt


    【解决方案1】:

    这个问题将没有答案...因为letsencrypt 不再开发(!),如果您使用:您使用的是垃圾。

    certbotletsencrypt 的更新版本(名称已更改)

    (see community.letsencrypt.org/24474)

    所以,剩下的问题是“如何用 certbot 做一个 --expand 等效项?” 因为:

    --expand 是我们尚未实施/不支持的 certbot 选项。 (...) 但是,我们有一个具有类似功能的 --hooks 选项。

    (见letsencrypt-cli/issues

    那么,作为问题请求,最简单的certbot --hooks命令来扩展证书?

    PS:某人say that it is impossible!

    【讨论】:

      猜你喜欢
      • 2017-05-06
      • 2014-06-08
      • 2016-12-28
      • 1970-01-01
      • 2012-04-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-27
      相关资源
      最近更新 更多