The following table describes the EMThriftClientConf parameters for a simple and SSL connection. initialization.
EMThriftClientConf parameter |
Description |
---|---|
Simple connection initialization parameters (no SSL) |
|
ServerURL |
Defines the Server URL. Expected format: http(s):://host:port Default value http://<machine name>:18080 |
HintEMServerLogicalName (optional) |
Defines the logical name that connects to the Control-M/EM Server. Default value: "" |
SSL Connection initialization parameters |
|
SSL |
Defines the SSL mode. For more information about SSL, see Introduction to SSL. Default value: off |
SSLCertDir |
Defines the location of the client keystore. Default value: EMAPI_DIR/keystore/ |
SSLClientKeystoreFile |
Defines the Keystore file name. Default value: emapi_keystore.jks |
SSLClientKeystoreType |
Defines the type of the Keystore file. Default value: JKS |
SSLClientPassPhrase |
Defines the Client pass phrase for the Keystore file. Default value: "" |
SSLClientPassPhraseFile |
Defines the location of pass phrase file. Default value: emapi_keystore.ini |
SSLClientPassPhraseEncryp |
Set to on if pass phrase is encrypted. Default value: off |
Parent Topic |