mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Support hot reloading of certificate and key files (#225)
This commit is contained in:
parent
df39991bb3
commit
81d993158f
7 changed files with 221 additions and 99 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue