authenticate_client
|
whether to authenticate the client.
Use y to enable and n to disable.
n is the default value.
Setting this value to y may have a negative impact on performance.
|
cipher_suites
|
any Cipher Suites to enable.
Zero or more comma delimited names can be specified.
If not specified then all supported cipher suites are enabled.
|
keystore_file
|
the name of file that will store the certificates, normally
./config/keystore.db.
|
keystore_password
|
the password used to protect the keystore.
password is the default password.
|
keystore_type
|
the type of keystore, normally JKS.
|
protocol
|
the security protocol, normally TLS.
Transport Layer Security (TLS) version 1.0 is supported.
|
provider_classfile
|
the Java Cryptography Architecture (JCA) provider, normally
com.sun.net.ssl.internal.ssl.Provider.
Servertec Information Server's Secure Socket Layer (SSL) support uses Java 2
JCE and JSSE extensions.
|