mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Adjust OCSP Stapling
This commit is contained in:
parent
ffd8fd1d8a
commit
a78db47571
8 changed files with 140 additions and 142 deletions
|
@ -8,10 +8,10 @@ option java_multiple_files = true;
|
|||
|
||||
message Certificate {
|
||||
// TLS certificate in x509 format.
|
||||
bytes Certificate = 1;
|
||||
bytes certificate = 1;
|
||||
|
||||
// TLS key in x509 format.
|
||||
bytes Key = 2;
|
||||
bytes key = 2;
|
||||
|
||||
enum Usage {
|
||||
ENCIPHERMENT = 0;
|
||||
|
@ -21,7 +21,7 @@ message Certificate {
|
|||
|
||||
Usage usage = 3;
|
||||
|
||||
int64 ocspStapling = 4;
|
||||
int64 ocsp_stapling = 4;
|
||||
}
|
||||
|
||||
message Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue