File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -213,13 +213,16 @@ Enabled WebSockets and server side events support
213
213
ENV: <b >TYK_GW_HTTPSERVEROPTIONS_CERTIFICATES</b ><br />
214
214
Type: ` CertsData ` <br />
215
215
216
- Deprecated. SSL certificates used by Gateway server .
216
+ Deprecated: Use ` ssl_certificates ` instead .
217
217
218
218
### http_server_options.ssl_certificates
219
219
ENV: <b >TYK_GW_HTTPSERVEROPTIONS_SSLCERTIFICATES</b ><br />
220
220
Type: ` []string ` <br />
221
221
222
- SSL certificates used by your Gateway server. A list of certificate IDs or path to files.
222
+ Index of certificates available to the Gateway for use in client and upstream communication.
223
+ The string value in the array can be two of the following options:
224
+ 1 . The ID assigned to and used to identify a certificate in the Tyk Certificate Store
225
+ 2 . The path to a file accessible to the Gateway. This PEM file must contain the private key and public certificate pair concatenated together.
223
226
224
227
### http_server_options.server_name
225
228
ENV: <b >TYK_GW_HTTPSERVEROPTIONS_SERVERNAME</b ><br />
You can’t perform that action at this time.
0 commit comments