OpenSearch/docs/reference/settings
Ioannis Kakavas 2c82b80b85
Support PKCS#11 tokens as keystores and truststores (#34063)
This enables Elasticsearch to use the JVM-wide configured
PKCS#11 token as a keystore or a truststore for its TLS configuration.
The JVM is assumed to be configured accordingly with the appropriate
Security Provider implementation that supports PKCS#11 tokens.
For the PKCS#11 token to be used as a keystore or a truststore for an
SSLConfiguration, the .keystore.type or .truststore.type must be
explicitly set to pkcs11 in the configuration.
The fact that the PKCS#11 token configuration is JVM wide implies that
there is only one available keystore and truststore that can be used by TLS
configurations in Elasticsearch.
The PIN for the PKCS#11 token can be set as a truststore parameter in
Elasticsearch or as a JVM parameter ( -Djavax.net.ssl.trustStorePassword).

The basic goal of enabling PKCS#11 token support is to allow PKCS#11-NSS in
FIPS mode to be used as a FIPS 140-2 enabled Security Provider.
2018-10-04 10:51:58 +03:00
..
images [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
audit-settings.asciidoc [DOCS] Clarify audit index settings when remote indexing (#30923) 2018-06-12 16:19:43 +03:00
configuring-xes.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
license-settings.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
ml-settings.asciidoc [DOCS] Adds new dynamic machine learning settings (#34094) 2018-09-28 09:41:14 -07:00
monitoring-settings.asciidoc Implement xpack.monitoring.elasticsearch.collection.enabled setting (#33474) 2018-09-17 18:33:43 -07:00
notification-settings.asciidoc Docs: Fixed a grammatical mistake: 'a HTTP ...' -> 'an HTTP ...' (#33744) 2018-09-17 15:35:54 -04:00
security-hash-settings.asciidoc [DOCS] Add configurable password hashing docs (#32849) 2018-08-21 12:05:42 +03:00
security-settings.asciidoc Support PKCS#11 tokens as keystores and truststores (#34063) 2018-10-04 10:51:58 +03:00
sql-settings.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
ssl-settings.asciidoc Support PKCS#11 tokens as keystores and truststores (#34063) 2018-10-04 10:51:58 +03:00