KeyServerKmip Properties |
The KeyServerKmip type exposes the following members.
Name | Description | |
---|---|---|
KeyProviderID |
If this KMIP Key Server is assigned to a provider, this field will contain the ID of the KMIP Key Provider it's assigned to. Otherwise it will be null.
| |
KeyServerID |
The ID of the KMIP Key Server. This is a unique value assigned by the cluster during CreateKeyServer which cannot be changedKmip.
| |
KmipAssignedProviderIsActive |
If this KMIP Key Server is assigned to a provider (keyProviderID is not null), this field will indicate whether that provider is active (providing keys which are currently in use). Otherwise it will be null.
| |
KmipCaCertificate |
The public key certificate of the external key server's root CA.
This will be used to verify the certificate presented by external key server in the TLS communication.
For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.
| |
KmipClientCertificate |
A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.
| |
KmipKeyServerHostnames |
The hostnames or IP addresses associated with this KMIP Key Server.
| |
KmipKeyServerName |
The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.
| |
KmipKeyServerPort |
The port number associated with this KMIP Key Server (typically 5696).
|