-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
good first issueGood for newcomersGood for newcomersrustPull requests that update Rust codePull requests that update Rust code
Description
moq-relay supports loading TLS certificates from disk. This is cool, but certificates expire and need to be rotated every month or so.
It would be nice if there way a way to reload these certificates without restarting the process. I'm thinking either:
- Reload the configuration on
SIGUSR1or something.systemctl reload moq-relaycould send it. - Watch the filesystem and reload certificates on change.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersrustPull requests that update Rust codePull requests that update Rust code