Support hot reloading of certificate and key files (#225)

This commit is contained in:
eMeab 2021-02-12 23:33:19 +08:00 committed by GitHub
parent df39991bb3
commit 81d993158f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 221 additions and 99 deletions

View file

@ -22,6 +22,12 @@ message Certificate {
Usage usage = 3;
int64 ocsp_stapling = 4;
// TLS certificate path
string certificate_path = 5;
// TLS Key path
string key_path = 6;
}
message Config {