0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

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
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 {