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
SIGUSR1 or something. systemctl reload moq-relay could send it.
- Watch the filesystem and reload certificates on change.
moq-relaysupports 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:
SIGUSR1or something.systemctl reload moq-relaycould send it.