Submitting SSL Certificate doesn’t work – the request contains no certificate template information
Sometimes you run into issues and within 10 minutes the internet comes thorough by giving you a solution with no reasoning as to why your having the issue, but you’re just happy to have it and will chalk that one up to the good guys! Just ran into this one while working on our IIS server and certificate authority: 0×80094801 – the request contains no certificate template information
“The solution is to import the Certificate Request in command line with CertReq tool. Use the following command to import your Certificate Request file.
certreq -submit -attrib “CertificateTemplate:WebServer” <Cert Request.req>
If the template is different, find the correct template name in “Certificate Authority” console. If you don’t find it, you may have to add the template before you try importing the request file.”
No name, no person to give credit to, but thanks!!!