Parameters in the SSL Utility (sslutility.exe)
You can use the SSL utility (sslutility.exe) to set parameters while generating an SSL certificate request.
The following table lists the parameters you must supply when running
sslutility.exe:
Parameter | Description |
---|---|
Certificate Holder's Name | Defines the IP address or host name of the machine that requires the certificate. |
Organization | Defines the group or company with which the certificate holder is associated. |
Organizational Unit | Defines the department within the organization that makes the request. |
City | Defines the city of the certificate holder. |
State | Defines the state of the certificate holder. |
Country | Defines the country code of the certificate holder.
Note: The value of a country code must be 2 characters.
|
Email address | Defines the email address that is associated with the certificate holder.
Note: The maximum length of a email address is 256 characters.
|
Certificate Key Length | Defines the key length of the certificate.
The valid key lengths are 1024, 2048, or 4096. The default value is 1024. |
Certificate Signature Algorithm | Defines the signature algorithm of the certificate.
The valid algorithms are sha1, sha256, sha384, or sha512. The default value is sha1. |
Certificate Request File Name | Defines the full name of the certificate request file.
Note: Ensure that there are no spaces in the file name.
|
Private Key File Name | Defines the full name of the private key file.
Note: Ensure that there are no spaces in the file name.
|
Private Key Password | Defines the password used to access a private key.
Note: The maximum length of a private key password is 20 characters.
|
Directory to Place the Generated Files | Defines the directory where the certificate request file and private key file are.
Press Enter to use the default /tmp directory. |