Print this post Print this post

Error with submitting a certificate request on a Certification Authority server

During submition of a certificate request on a Certification Authority server when you use Certification Authority console, you can see this error:
The request contains no certificate template information. 0×80094801 (-2146875391) Denied by Policy Module 0×80094801, The request does not contain a certificate template extension or the Certificate Template request attribute.

Print this post Print this post

How to generate a certificate request (CSR) using OpenSLL?

Useful links:

The OpenSSL Project: http://www.openssl.org/
OpenSSL for Windows: http://www.slproweb.com/products/Win32OpenSSL.html

 
We want to get an official SSL certificate from well-known public Certificate Authority (CA). We have to generate a certificate request, for example using OpenSSL.
 
Steps to request a certificate – to generate a CSR file (Certificate Signing Request)
1. Creating a private key
You need to create a private key [...]