4

In nowadays (...2017), what the simplest and secure certbot command to expand an existing certificate?


NOTES:

Community
  • 1
  • 1
Peter Krauss
  • 13,174
  • 24
  • 167
  • 304

2 Answers2

2

So far, 2017, version 0.12, no simple way. The procedure is to do all certificate.... The command is simple,

 certbot --cert-name xxxx.com.family -d xxxx.com -d xxxx.org -d xxxx2.org

There are a Wishlist with it, at certbot/issues/4352.

Peter Krauss
  • 13,174
  • 24
  • 167
  • 304
  • 1
    `--expand` add an additional domain is back in cerbot v0.10: https://github.com/certbot/certbot/pull/4055 and https://github.com/certbot/certbot/pull/4053. – almccann May 17 '17 at 19:52
  • Thanks @almccann, good links. Yes, now we can expand (!), was a problem in UBUNTU distribution... now `apt` use updated *certbot*. The [*issue #4352*](https://github.com/certbot/certbot/issues/4352) is yet valid, for remove domains. – Peter Krauss May 18 '17 at 11:48
  • News? See something using `certbot-auto` at https://stackoverflow.com/a/43750270/287948 – Peter Krauss Aug 02 '18 at 00:48