mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] [Maps] Fix the list of EMS supported prococols (#146313)
## Summary Removes `1.3` from the list of TLS supported protocols for Elastic Maps Service server.
This commit is contained in:
parent
1e5f7034cc
commit
3cf200254e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ endif::[]
|
|||
|
||||
| `ssl.supportedProtocols`
|
||||
| An array of supported protocols with versions.
|
||||
Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`. *Default: `TLSv1.1`, `TLSv1.2`, `TLSv1.3`*. <<server-ssl-supportedProtocols,Equivalent {kib} setting>>.
|
||||
Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`. *Default: `TLSv1.1`, `TLSv1.2`*. <<server-ssl-supportedProtocols,Equivalent {kib} setting>>.
|
||||
|
||||
| `ssl.cipherSuites`
|
||||
| Details on the format, and the valid options, are available via the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue