Getting started with external key management
A security key is a string of characters, which is shared between the secure-enabled drives and controllers in a storage array. When using external key management, you create and maintain security keys on a key management server
See SANtricity System Manager online help for conceptual information on using external key management servers and security keys.
The following is the basic workflow for implementing external security keys:
-
Generate a Certificate Signing request
-
Get client and server certificates from the KMIP server
-
Install the client certificate
-
Set the IP address and port number of the KMIP server
-
Test communication with KMIP server
-
Create a storage array security key
-
Validate the security key
Workflow steps
Both certificate management and external key management are new security features with the SANtricity11.40 release. To get started, use the following basic steps:
-
Generate a Certificate signing request using the
save storageArray keyManagementClientCSR
command. See Generate Key Management certificate signing request. -
From the KMIP server, request a client and a server certificate.
-
Install the client certificate using the
download storageArray keyManagementCertificate
command with thecertificateType
parameter set toclient
. See Install storage array external key management certificate. -
Install the server certificate using the
download storageArray keyManagementCertificate
command with thecertificateType
parameter set toserver
. See Install storage array external key management certificate. -
Set the IP address and port number of the key management server using the
set storageArray externalKeyManagement
command. See Set external key management settings. -
Test communication with the external key management server using the
start storageArray externalKeyManagement test
command. See Test external key management communication. -
Create a security key using the
create storageArray securityKey
command. See Create security key. -
Validate the security key using the
validate storageArray securityKey
command. See Validate internal or external security key.