summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormithrandi2018-07-23 15:21:28 +0000
committeradmin2018-07-23 15:21:28 +0000
commit38cb2f2d721e02a6cfd7009cb9cf8ae7c5be9ade (patch)
tree3183b9056c55cd1023d3f8eb846ef2c27d811a3f /doc
parent5a6406f7aeeefb0d8b2664952d73261641938ac9 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Certbot_cert_expanding.mdwn18
1 files changed, 10 insertions, 8 deletions
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.