Setting up the client certificate
Use the following process to prepare the client certificate.
Procedure
Download and install
openssl.exefrom http://www.openssl.org/ to theC:\opensslfolder.Create the key file. You can create the following types of key files:
- Private key (.key) file. For the creation of Private key, see the Hitachi Device Manager - Storage Navigator User Guide.
- Public key (.csr) file. For the creation of Public key, see the Hitachi Device Manager - Storage Navigator User Guide.
If you created a Public key (.csr) file, submit the Public key (.csr) to an appropriate trusted internal or third party Certificate Authority for signing.
Convert the client certificate to PKCS#12 format.
From an open command prompt, change the current directory to the folder where you want to save the client certificate in the PKCS#12 format.
Move the private SSL key file (.key) and the client certificate to the folder in the current directory, and run the command.
The following is an example for an output folder ofc:\key, private key file (client.key), and a client certificate file (client.crt:).C:\key>c:\openssl\bin\openssl pkcs12 -export -in client.crt -inkey client.key -out client.p12Type the client certificate password. The password can be from 0 to 128 characters in length. The valid characters for the password are:
- Numbers (0 to 9)
- Upper case letters (A-Z)
- Lower case letters (a-z)
- The following symbols: ! # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Upload the root and client certificates to the SVP.
In the Device Manager - Storage Navigator main window, select Administration in Explorer, and select Encryption Keys.
In the Encryption Keys window, click Edit Encryption Environmental Settings.
Upload the certificates.
