From 38cb2f2d721e02a6cfd7009cb9cf8ae7c5be9ade Mon Sep 17 00:00:00 2001 From: mithrandi Date: Mon, 23 Jul 2018 15:21:28 +0000 Subject: --- doc/forum/Certbot_cert_expanding.mdwn | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/forum/Certbot_cert_expanding.mdwn b/doc/forum/Certbot_cert_expanding.mdwn index db67cbf3..90be60d6 100644 --- a/doc/forum/Certbot_cert_expanding.mdwn +++ b/doc/forum/Certbot_cert_expanding.mdwn @@ -1,14 +1,16 @@ When adding a name to the list for a `letsEncrypt` property, certbot fails thusly: -Saving debug log to /var/log/letsencrypt/letsencrypt.log -Plugins selected: Authenticator webroot, Installer None -Missing command line flag or config entry for this setting: -You have an existing certificate that contains a portion of the domains you requested (ref: /etc/letsencrypt/renewal/fusionapp.com.conf) + Saving debug log to /var/log/letsencrypt/letsencrypt.log + Plugins selected: Authenticator webroot, Installer None + Missing command line flag or config entry for this setting: + You have an existing certificate that contains a portion of the domains you requested (ref: /etc/letsencrypt/renewal/…) -It contains these names: fusionapp.com, bn.fusionapp.com, bz-entropy.fusionapp.com, bz-ext.fusionapp.com, bz.fusionapp.com, entropy.fusionapp.com, prod.fusionapp.com + It contains these names: … -You requested these names for the new certificate: fusionapp.com, entropy.fusionapp.com, bz-entropy.fusionapp.com, bz-ext.fusionapp.com, prod.fusionapp.com, bz.fusionapp.com, bn.fusionapp.com, entropy.fusiontest.net. + You requested these names for the new certificate: … -Do you want to expand and replace this existing certificate with the new certificate? + Do you want to expand and replace this existing certificate with the new certificate? -(You can set this with the --expand flag) + (You can set this with the --expand flag) + +I think maybe Propellor should always pass --expand? I haven't tested if that works correctly when not changing the names. -- cgit v1.2.3