Update config_server.json

This commit is contained in:
chika0801 2023-03-05 15:27:00 +08:00 committed by GitHub
parent 3d81fb16d3
commit d75fdeefb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
"certificates": [ "certificates": [
{ {
"ocspStapling": 3600, "ocspStapling": 3600,
"certificateFile": "/etc/ssl/private/fullchain.cer", // fullchainSSLv2rayN使v2rayNG使 "certificateFile": "/etc/ssl/private/fullchain.cer", // fullchainSSLv2rayN使v2rayNG使
"keyFile": "/etc/ssl/private/private.key" // "keyFile": "/etc/ssl/private/private.key" //
} }
] ]