Fix: The Request Contains No Certificate Template Information

Do these things when CSR signing fails due to no certificate template

by Hasibul Kabir
Hasibul Kabir
Hasibul Kabir
Author
Hasibul Kabir is a Tech-Enthusiast Blogger, Web Developer & Hobbyist Game Developer. Writing about Technology, mainly Windows, Mac, iOS, etc., is his main focus, besides doing some computer... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • If you try to issue a certificate and try to sign a CSR, sometimes, you may end up getting the request contains no certificate template information error.
  • Usually, when there is no embedded template information or when you fail to specify a proper template name, this problem may appear.
  • To solve this problem, you can use the command line interface and do the things mentioned in this article.
fix the request contains no certificate template information
XINSTALL BY CLICKING THE DOWNLOAD FILE
To fix Windows PC system issues, you will need a dedicated tool Fortect is a tool that does not simply clean up your PC, but has a repository with several millions of Windows System files stored in their initial version. When your PC encounters a problem, Fortect will fix it for you, by replacing bad files with fresh versions. To fix your current PC issue, here are the steps you need to take:
  1. Download Fortect and install it on your PC.
  2. Start the tool's scanning process to look for corrupt files that are the source of your problem
  3. Right-click on Start Repair so the tool could start the fixing algorythm
  • Fortect has been downloaded by 0 readers this month.

If you encounter the request contains no certificate template information in Windows, this article will provide you with the methods to solve it.

When you try to sign or submit a CSR on Windows using Certificate Authority (CA), it should be finished successfully. But, in some cases, you may get a certificate request processor error. When it appears, you may see the following error message:

The request contains no certificate template information. 0x80094801 (-2146875391) Denied by policy module 0x80094801, The request does not contain a certificate template extension or the Certificate Template request attribute

This problem appears on any Windows edition, especially the Windows Server or Enterprise versions.

What causes no certificate template information error?

If you repeatedly face this problem, it can be because of the following reasons:

  • No embedded certificate template: If the certificate signing request file does not have an embedded template, you will encounter this problem.
  • Improper method: Your method of signing or issuing the certificate may have some problems.
  • No template name is specified: If you don’t specify the template name, you will get this error.

How can I fix the request contains no certificate template information on Windows?

Before going through our recommended methods, we suggest you do the following:

  • Make sure that any security patch update of your Windows server or PC is not pending.
  • Ensure that the CSR file you are trying to sign has no problem.

After ensuring the above things, follow these methods to fix no certificate template information error:

1. Specify the certificate template

  1. Open the Start Menu, and type cmd.
  2. Right-click on the Command Prompt and choose Run as administrator.
  3. Type the following command by replacing the necessary strings with your ones and press Enter to execute it: certreq -submit -config "Your_Existing_Config_Name" -attrib "CertificateTemplate:Your_Existing_Template_Name" your_CSR_File.csrsigning csr command with specifying template name

Make sure to replace the parameters. For example, your one may look like the following: certreq -submit -config "MyIssuingCA" -attrib "CertificateTemplate:CA11-SUN-SSL-C3-1" CertRequest.csr

You also can run the command without specifying the CSR file. In this case, a pop window will appear and ask to select the CSR file.

If you want to view the Windows CA template list, you can use the following command:

certutil -CATemplates -Config Machine\CAName

2. Try signing with no template information

  1. Open the command prompt as administrator, as shown before.
  2. Type the following command and hit Enter: certreq -submit -attrib CertificateTemplate:Webserversigning csr without specifying custom template name command
  3. Now, choose the CSR file when a pop-up window appears and asks you to do it and click on OK.choosing csr text file
  4. Save the certificate when it asks to save it.

After saving, you should find the certificate file where you have saved it. Now, you can use it in your own way.

These methods will help you to sign a CSR file by avoiding the error the request contains no certificate template information on Windows PC or server.

You also can avoid encountering this problem without trying it from the command line. In this case, you will need to specify the template on the GUI of Certificate Authority manually. But, using the command line way mentioned in this article is the best idea. It will save you time.

If necessary, you also can learn how to solve Windows doesn’t have enough information to verify this certificate.

In this post, you have learned how to solve the request contains no certificate template information error. If you have any better ideas to tackle this problem, feel free to let us know in the comment box.

Still experiencing issues?

SPONSORED

If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.

This article covers:Topics: