diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-14 17:10:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 17:10:36 +0000 |
commit | f31101882391aa37bc6fdeb71d1559d5dcdfd4e7 (patch) | |
tree | 103e95aaecc64cc137fa28f0987d6ce8ebf27e07 /changelog.d | |
parent | 0.99.1 (diff) | |
download | synapse-f31101882391aa37bc6fdeb71d1559d5dcdfd4e7.tar.xz |
Fix errors in acme provisioning (#4648)
* Better logging for errors on startup * Fix "TypeError: '>' not supported" when starting without an existing certificate * Fix a bug where an existing certificate would be reprovisoned every day
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4648.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4648.bugfix b/changelog.d/4648.bugfix new file mode 100644 index 0000000000..bd117e8664 --- /dev/null +++ b/changelog.d/4648.bugfix @@ -0,0 +1,2 @@ +Fix "TypeError: '>' not supported" when starting without an existing certificate. +Fix a bug where an existing certificate would be reprovisoned every day. |