forked from MirrorHub/synapse
Better help for the old-signing-key option
This commit is contained in:
parent
4bbf7156ef
commit
149ed9f151
1 changed files with 4 additions and 1 deletions
|
@ -60,7 +60,10 @@ class ServerConfig(Config):
|
||||||
server_group.add_argument("--signing-key-path",
|
server_group.add_argument("--signing-key-path",
|
||||||
help="The signing key to sign messages with")
|
help="The signing key to sign messages with")
|
||||||
server_group.add_argument("--old-signing-key-path",
|
server_group.add_argument("--old-signing-key-path",
|
||||||
help="The old signing keys")
|
help="The keys that the server used to sign"
|
||||||
|
" sign messages with but won't use"
|
||||||
|
" to sign new messages. E.g. it has"
|
||||||
|
" lost its private key")
|
||||||
server_group.add_argument("--key-refresh-interval",
|
server_group.add_argument("--key-refresh-interval",
|
||||||
default=24 * 60 * 60 * 1000, # 1 Day
|
default=24 * 60 * 60 * 1000, # 1 Day
|
||||||
help="How long a key response is valid for."
|
help="How long a key response is valid for."
|
||||||
|
|
Loading…
Reference in a new issue