Jump to: navigation, search

security Section

auth-scheme

Description: Specifies the HTTP authentication scheme used to secure REST requests to the Web Engagement Server.
Default Value: none
Valid Values: none, basic
Mandatory: No
Changes Take Effect: After server restart

password

Description: The password used in the authentication process for REST requests to the Web Engagement Server.
Valid Values: Any string
Mandatory: No
Changes Take Effect: After server restart

user-id

Description: The User ID used in the authentication process for REST requests to the Web Engagement Server.
Valid Values: Any string
Mandatory: No
Changes Take Effect: After server restart

provider

Description: Type of trusted storage. The default provider uses a trust store shipped with the current JDK distribution. It is located at $JAVA_HOME/jre/lib/security/cacerts
Default Value: DEFAULT
Valid Values: DEFAULT, JKS, MSCAPI, PKCS11, PEM
Mandatory: No
Changes Take Effect: After server restart

trusted-ca

Description: Specifies the location of an X.509 certificate to be used by the application to validate remote party certificates.
Valid Values: A path, which can use both forward and backward slash characters.
Mandatory: No
Changes Take Effect: After server restart

truststore-password

Description: Password for the JKS trusted storage.
Default Value: none
Valid Values: String
Mandatory: No
Changes Take Effect: After server restart

certificate

Description: Specifies the location of an X.509 certificate to be used by application.
Valid Values: A path, which can use both forward and backward slash characters.
Mandatory: No
Changes Take Effect: After server restart

certificate-key

Description: Specifies the location of a PKCS#8 private key to be used by the application in conjunction with the certificate.
Valid Values: A path, which can use both forward and backward slash characters.
Mandatory: No
Changes Take Effect: After server restart

keystore-password

Description: Password for the JKS key storage.
Default Value: none
Valid Values: String
Mandatory: No
Changes Take Effect: After server restart

key-entry-password

Description: Password for the specific key inside of key storage.
Default Value: none
Valid Values: String
Mandatory: No
Changes Take Effect: After server restart

This page was last edited on October 30, 2015, at 18:03.
Comments or questions about this documentation? Contact us for support!