Key Manager Provider

This is an abstract object type that cannot be instantiated.

Key Manager Providers are responsible for managing the key material that is used to authenticate an SSL connection to its peer.

Key Manager Providers essentially provide access to the certificate that is used by the server when performing SSL or StartTLS negotiation.

Key Manager Providers

The following Key Manager Providers are available:

These Key Manager Providers inherit the properties described below.

Dependencies

The following objects depend on Key Manager Providers:

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

  • None

Basic Properties

enabled

SynopsisIndicates whether the Key Manager Provider is enabled for use.
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

java-class

SynopsisThe fully-qualified name of the Java class that provides the Key Manager Provider implementation.
Default ValueNone
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.KeyManagerProvider
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedNo
Read-OnlyNo