-
To make sure the Utimaco CryptoServer Key Storage Provider are listed, use below command
> cngtool EnumProvider
-
Set up a template file
-
Generate a request for an SSL certificate linked to a 2048 RSA key by creating a file called
request.infwith the following information -
Specify the subject details of the IIS Server
-
Specify the key algorithm and key length as required, for example, RSA 2048
-
Specify the Provider name as Utimaco CryptoServer Key Storage Provider
-
When you have set up the template successfully, save it as
request.infon theC:\drive
-
|
request.inf |
|---|
|
[Version]
|
-
Open a command prompt and go to the local drive, in this case
C:\ -
To create the certificate request for the Certification Authority, execute the command:
> C:\ certreq.exe -new request.inf IISCertRequest.csr
CertReq: Request Created.
A certificate request called IISCertRequest.csr is generated and placed on the C:\ drive.