SANtricity 11.8 Commands

to Japanese version

Generate Key Management Certificate Signing Request (CSR)

The save storageArray keyManagementClientCSR command requests a generated CSR for the storage system that you can save to a file.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Security Admin role.

Context

This command applies only to external key management.

Syntax

save storageArray keyManagementClientCSR commonName="common_name"
organization="organization"
locality="locality"
country="country"
file="file"
[organizationalUnit="organizational unit"]
[stateProvince="state_province"]

Parameters

Parameter Description

commonName

The value entered for this parameter must match one of the user names defined on the KMIP server.

organization

Allows you to specify the organization’s full legal name that the storage system belongs to. Do not abbreviate it and include any suffixes such as Inc, Corp, or LLC.

locality

Allows you to specify the city or locality where the storage system is located,

country

Allows you to specify your country’s two-digit ISO (International Organization for Standardization) 3166-1 alpha-2 code, such as US.

file

Allows you to specify the file and file location where you will save the controller’s signed certificate file.

organizationalUnit

Allows you to specify the organization’s division that handles the certificate.

stateProvince

Allows you to specify the state or region where the storage system is located. This should not be abbreviated.

Example

SMcli -n Array1 -c "save storageArray keyManagementClientCSR commonName="192.0.2.1"
organization="Widgets Are Us, Inc."
locality="sedgwick"
country="US"
file="latestCertificate"
organizationalUnit="Products Unit"
stateProvince="Kansas";"

SMcli completed successfully.
Top of Page