Enable (X)TLS hot reloading by default (#281)

Super BiuBiu
This commit is contained in:
RPRX 2021-02-20 02:15:57 +00:00 committed by GitHub
parent 347d9735da
commit 8b9c0ae593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 177 additions and 122 deletions

View file

@ -21,13 +21,16 @@ message Certificate {
Usage usage = 3;
int64 ocsp_stapling = 4;
uint64 ocsp_stapling = 4;
// TLS certificate path
string certificate_path = 5;
// TLS Key path
string key_path = 6;
// If true, one-Time Loading
bool One_time_loading = 7;
}
message Config {