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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user