Update config_server.json

This commit is contained in:
OnlyCharacter 2021-01-16 09:25:49 +08:00 committed by GitHub
parent a0449a8d24
commit 53784c19ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,11 +36,11 @@
"certificates": [ "certificates": [
{ {
"certificateFile": "/path/to/cert", // "certificateFile": "/path/to/cert", //
"keyFile": "/path/to/key" // "keyFile": "/path/to/key", //
"ocspStapling": 3600 // 3600
} }
], ],
"minVersion": "1.2", // ecc使 TLSv1.2 ecc "minVersion": "1.2" // ecc使 TLSv1.2 ecc
"ocspStapling": 3600 // 3600
} }
} }
} }