Skip to content

Commit e8a4089

Browse files
bugermativm02
authored and
Tyk Bot
committed
[TT-14489] Update documentation for master - Gateway 5.8.1 (#6335)
Import config/docs Co-authored-by: mativm02 <83959431+mativm02@users.noreply.github.com> (cherry picked from commit a928334)
1 parent ed84e56 commit e8a4089

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tyk-docs/content/shared/gateway-config.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,16 @@ Enabled WebSockets and server side events support
213213
ENV: <b>TYK_GW_HTTPSERVEROPTIONS_CERTIFICATES</b><br />
214214
Type: `CertsData`<br />
215215

216-
Deprecated. SSL certificates used by Gateway server.
216+
Deprecated: Use `ssl_certificates`instead.
217217

218218
### http_server_options.ssl_certificates
219219
ENV: <b>TYK_GW_HTTPSERVEROPTIONS_SSLCERTIFICATES</b><br />
220220
Type: `[]string`<br />
221221

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.
223226

224227
### http_server_options.server_name
225228
ENV: <b>TYK_GW_HTTPSERVEROPTIONS_SERVERNAME</b><br />

0 commit comments

Comments
 (0)