|
@@ -38,13 +38,8 @@ endif::verifies[]
|
|
|
Supported cipher suites can be found in Oracle's http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html[
|
|
|
Java Cryptography Architecture documentation]. Defaults to ``.
|
|
|
|
|
|
-ifdef::asciidoctor[]
|
|
|
[#{ssl-context}-tls-ssl-key-trusted-certificate-settings]
|
|
|
===== {component} TLS/SSL Key and Trusted Certificate Settings
|
|
|
-endif::[]
|
|
|
-ifndef::asciidoctor[]
|
|
|
-===== anchor:{ssl-context}-tls-ssl-key-trusted-certificate-settings[] {component} TLS/SSL Key and Trusted Certificate Settings
|
|
|
-endif::[]
|
|
|
|
|
|
The following settings are used to specify a private key, certificate, and the
|
|
|
trusted certificates that should be used when communicating over an SSL/TLS connection.
|
|
@@ -110,13 +105,8 @@ Password to the truststore.
|
|
|
+{ssl-prefix}.ssl.truststore.secure_password+ (<<secure-settings,Secure>>)::
|
|
|
Password to the truststore.
|
|
|
|
|
|
-ifdef::asciidoctor[]
|
|
|
[#{ssl-context}-pkcs12-files]
|
|
|
===== PKCS#12 Files
|
|
|
-endif::[]
|
|
|
-ifndef::asciidoctor[]
|
|
|
-===== anchor:{ssl-context}-pkcs12-files[] PKCS#12 Files
|
|
|
-endif::[]
|
|
|
|
|
|
{es} can be configured to use PKCS#12 container files (`.p12` or `.pfx` files)
|
|
|
that contain the private key, certificate and certificates that should be trusted.
|
|
@@ -154,13 +144,8 @@ Password to the PKCS#12 file.
|
|
|
+{ssl-prefix}.ssl.truststore.secure_password+ (<<secure-settings,Secure>>)::
|
|
|
Password to the PKCS#12 file.
|
|
|
|
|
|
-ifdef::asciidoctor[]
|
|
|
[#{ssl-context}-pkcs11-tokens]
|
|
|
===== PKCS#11 Tokens
|
|
|
-endif::[]
|
|
|
-ifndef::asciidoctor[]
|
|
|
-===== anchor:{ssl-context}-pkcs11-tokens[] PKCS#11 Tokens
|
|
|
-endif::[]
|
|
|
|
|
|
{es} can be configured to use a PKCS#11 token that contains the private key,
|
|
|
certificate and certificates that should be trusted.
|