-
The certificate signing request (CSR) is created on a machine with OpenSSL installed.
-
Using OpenSSL, create a private key using the commands and syntax shown below. The example shows the creation of a 2048-bit RSA key.
|
>_Console |
|---|
|
|
-
Generate a certificate signing request (CSR) using the private key.
|
>_Console |
|---|
|
|
The following output appears.
|
>_Console |
|---|
|
|
-
Enter the information in the fields as prompted.
|
Field |
Example |
|---|---|
|
Country Name |
USA |
|
State Name |
CA |
|
Locality Name |
Campbell |
|
Organization Name |
Oraganization |
|
Organization Unit Name |
Information Security |
|
Common Name |
kmip_client_ontap |
|
Email Address |
infosec@organization.com |
Table 7: List of Field with Example
The Common Name must match the name of the KMIP user.
This process creates a certificate request file called KMIP_client.csr. It also creates a private key file called KMIP_client.key.