summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-15Support .well-known delegation when issuing certificates through ACMEBrendan Abolivier2-4/+24
2019-02-14Fix debian build dockerfile github/release-v0.99.1 release-v0.99.1Richard van der Hoff1-1/+5
Make sure it refreshes the apt cache before trying to install stuff
2019-02-140.99.1.1 v0.99.1.1Richard van der Hoff4-3/+17
2019-02-14Fix errors in acme provisioning (#4648)Richard van der Hoff3-6/+17
* 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
2019-02-140.99.1 v0.99.1Richard van der Hoff3-16/+11
2019-02-14implement `reload` by sending the HUP signal (#4622)Дамјан Георгиевски2-0/+7
* implement `reload` by sending the HUP signal According to the 0.99 release info* synapse now uses the HUP signal to reload certificates: > Synapse will now reload TLS certificates from disk upon SIGHUP. (#4495, #4524) So the matrix-synapse.service unit file should include a reload directive. Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com>
2019-02-130.99.1rc2 v0.99.1rc2Richard van der Hoff3-2/+10
2019-02-13Update synapse/app/_base.pyErik Johnston1-1/+1
Co-Authored-By: richvdh <1389908+richvdh@users.noreply.github.com>