Parameters to Create a CSR
The following parameters are used to create a CSR:
| Parameter | Description |
|---|---|
| keytool | Invokes the Keytool utility. |
| -certreq | Generates a certificate signing request (CSR). |
| -keystore keystore_path | The path to the keystore that contains the certificate to create the CSR for. |
| -alias alias_name | The alias name of the certificate to create the CSR for. |
| -file CSR_file | The path and file name of the CSR to create. |
| -storepass password | The password of the keystore. |