Copying certificate information for use in SSMC
Procedure
- Access the 3PAR/Primera storage server that contains the certificate information you want to add to SSMC.
-
Enter the
showcert
command to view the list of certificates installed in the array. -
CLI Service: If a certificate is installed for CLI service, then use CLI for
<ssl_service>
in step 4, otherwise useunified-server
. -
Use the
showcert -service <ssl_service> -type cert -pem
command to display the certificate for export. -
Copy the certificate information in between and including the text:
-----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
-
Store the certificate information in a text file
<ssl_service>.pem
and keep it in an accessible location. -
WSAPI Service: If a certificate is installed for WSAPI service, then use WSAPI for
<ssl_service>
in step 4, otherwise useunified-server
. -
Repeat steps 4 through 6 to export and save WSAPI service trust certificate.
NOTE:
The certificate text output from
showcert
CLI command complies to x.509 standard with PEM encoding. It is important to preserve the exact same text content while importing into SSMC for validation and import to work correctly. - Add the certificate or certificates exported in steps 6 and 8 as mentioned in the preceding steps to SSMC. For more information, see Adding 3PAR/Primera array certificates to SSMC.