Removes specified components of the KMIP configuration.
mrhsm remove command to remove various components of the KMIP configuration or to set them to their
default values.
# mrhsm remove
[ -cacert ] Remove configured CA certificate
[ -clientcert ] Remove configured client certificate
[ -clientkey ] Remove configured client private key
[ -ip ] Remove IP addresses
[ -kmipversion ] Remove KMIP version. Reverts to 1.1
[ -port ] Remove KMIP port number. Reverts to 5696.
-sopin <so-pin> PIN for SO (Security Officer)
The full or relative path name of the CA certificate chain in PEM format used to sign the KMIP server certificate. The data-fabric KMIP client enforces peer validation and requires the CA certificate chain to verify the KMIP server.
The full or relative path name of the client certificate in PEM format.
The full or relative path name of the client private key used to generate the client CSR.
The KMIP version to use when communicating with the external KMIP -enabled key management appliance. Supported values are 1.0, 1.1, 1.2, 1.3 and 1.4
Default is 5696.