diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-28 17:18:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 17:18:33 +0000 |
commit | 5d976c0c7ce210916ec28b2112fe4c17e42694e8 (patch) | |
tree | 9b47c480286769a4b1ea3e48ca6dfdb1b9aca05a /changelog.d | |
parent | Fix UPSERTs on SQLite 3.24+ (#4477) (diff) | |
download | synapse-5d976c0c7ce210916ec28b2112fe4c17e42694e8.tar.xz |
Fix worker TLS (#4492)
* load cert * changelog * fix
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4492.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4492.feature b/changelog.d/4492.feature new file mode 100644 index 0000000000..c7f595cec2 --- /dev/null +++ b/changelog.d/4492.feature @@ -0,0 +1 @@ + Synapse can now automatically provision TLS certificates via ACME (the protocol used by CAs like Let's Encrypt). |