summary refs log tree commit diff
path: root/scripts-dev/sign_json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `sign_json` to support inline key config (#11139)Richard van der Hoff2021-10-201-7/+25
| | | | It's been possible to configure a key inline in the homeserver.yaml since 13bc1e0746aa0442aa5d43555cbbc2dc75e8ef43. Update `sign_json` to work with this.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Add a script to sign arbitrary json objects. (#8772)Richard van der Hoff2020-11-241-0/+127