Browse Source

Adjust certificates

pull/10/head
RPRX 4 years ago committed by GitHub
parent
commit
fd2e94f21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      VLESS-TCP-TLS (minimal by rprx)/config_server.json

4
VLESS-TCP-TLS (minimal by rprx)/config_server.json

@ -28,8 +28,8 @@
],
"certificates": [
{
"certificateFile": "/path/to/tls.crt", // fullchain
"keyFile": "/path/to/tls.key" //
"certificateFile": "/path/to/fullchain.crt", //
"keyFile": "/path/to/private.key" //
}
]
}

Loading…
Cancel
Save