old-signing-key - anyone an idea how to escape so it's only one env var? #50
Reference in New Issue
Block a user
No description provided.
Delete Branch "old-signing-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add env vars for old signing key (will be helpful if you had to change your signing key, e.g. for complete reinstall)
I tried to put it in only one .env var, but didn't figure out in the end how to escape everything correctly so that in the end it would result in this syntax in the actual
homeserver.yaml
like this:https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#old_signing_keys
if anyone has an idea, I'm happy to adapt it. tried a lot of variations
I can't think of a way to.
3 variables seems better than zero variables, let's do it!