Property
|
Description
|
sslEnable
|
Default value: 0
Enables you to set the cryptographic protocols and ciphers for secure communication with a remote AdminServer. To set the default cryptographic protocols and ciphers for the remote AdminServer, set this property value to 1. You must reset the remote AdminServer and OpenEdge Management or OpenEdge Explorer for the setting to take effect.
|
enabledProtocols
|
Default value: TLSv1.2
Supported values: SSLv3, TLSv1, and TLSv1.1
If you want to change the default cryptographic protocol for the remote AdminServer, enter this property in the management.properties file. The property accepts a comma-separated list of valid cryptographic protocols that are set for secure communication.
|
enabledCipherSuites
|
If you want to change the default cryptographic protocol for the remote AdminServer, enter this property in the management.properties file. The property accepts a comma-separated list of valid cryptographic protocols that are set for secure communication.
|
tcpEnable
|
Default value: 1
Enables unsecure connections to remote AdminServer.
To disable it, set the property value to 0. This only affects the TCP connection for incoming management connections. It does not affect TCP connections for outgoing OpenEdge Management connections to a remote AdminServer.
|
sslPort
|
Default value: 7278
Specifies the port using which OpenEdge Management receives the incoming secure connections
|
port
|
Default value: 6835
Specifies the port using which OpenEdge Management receives non-secured connections
|
keyAlias
|
Default value: default_server
Specifies the alias set for a private/public key.If this property is not set, the server certificate alias that is provided by OpenEdge is used.
|
keyAliasPasswd
|
Default value: -NA-
Specifies the password set for the alias of the private/public-key. This password is expected to be encoded. You can use the OpenEdge provided genpassword utility for encoding your passwords. For information on the genpassword utility, see OpenEdge Getting Started: Installation and Configuration.
If this property is not set, the password of the default alias that is provided by OpenEdge is used.
|
keyStorePath
|
Default value: -NA-
Specifies the key store location. If this property is not set, the default value is $DLC/keys.
|
sslRequireClientAuth
|
Default value: 0
When set to 1, this property specifies that an incoming secure connection must provide a valid client certificate to connect to the AdminServer.
|
keyStorePasswd
|
Default value: -NA-
Specifies the password used for accessing the custom keystore. This password is expected to be encoded. You can use the OpenEdge provided genpassword utility for encoding your passwords. For information on the genpassword utility, see OpenEdge Getting Started: Installation and Configuration.
|
noHostVerify
|
Default value: 0
When set to 1, OpenEdge Management disables host verification when connecting to a remote AdminServer that has a private key.
Note: By default, host verification is bypassed when the default_server key is used.
|