Generate a SSL certificate request (CSR) on a Windows Server
Sometimes there is an error when you try to do it on the GUI.
Try to use command prompt and enter the below command:
certreq -submit -attrib "CertificateTemplate: WebServer" WebServerCertReq.txt
You will then be asked to use which CA and the output path of the cert.
Try to use command prompt and enter the below command:
certreq -submit -attrib "CertificateTemplate: WebServer" WebServerCertReq.txt
You will then be asked to use which CA and the output path of the cert.
Comments