Configuration information for one SSL configuration.
sslCertificateEncodingAlgorithm (default value only)
sslKeyStoreType/sslTrustStoreType (JKS: default value only)
sslKeyStoreProvider/sslTrustStoreProvider (only default value).
sslTrustAlgorithm (only default value).
sslTrustMaxCertLength (5: default value only)
sslKeyAlias The alias of the key holding the client certificates in the key store.
sslKeyStorePassword/sslTrustStorePassword Password granting access to the key store and trust store.
sslKeyStore: That is the keystore name here.
sslCiphers: comma separated list of encryption ciphers the configuration is allowed to use, that MUST NOT be
the JVM default in of JSSE as contains weak ciphers.
that is SSLCipherSuite when using OpenSSL (APR).
sslProtocol: Overrides the default SSL socket protocol.
sslTrustStore location of the file containing the trust store.
sslCrlFile A file or URL to get the revocation list.