Camelot wrote:
The error messages was: Active Directory Certificate Services denied request 782 because The requested certificate template is not supported by this CA, 0x80094800 (-214875392). The request was for CN=testportal.infineon.com,OU....... Additional information: Denied by Policy Module.
What we further detected was, that it was tried to attach part of the SAN Value to the Templatename which of course leads to a Templatename which is not known and thus rejected by the CA. The wrong Templatename contained the Patterns TemplateName\nsan:SANValues
It looks like the Submit-Certificaterequest function concatenates all Strings specified in the -Attribute Parameter
Regards Andreas
can you provide exact error message why the request is failed?The EventID in the errorlog was 53 (with Qualifiers 3370, don't know the exact meaning of this number)
The error messages was: Active Directory Certificate Services denied request 782 because The requested certificate template is not supported by this CA, 0x80094800 (-214875392). The request was for CN=testportal.infineon.com,OU....... Additional information: Denied by Policy Module.
What we further detected was, that it was tried to attach part of the SAN Value to the Templatename which of course leads to a Templatename which is not known and thus rejected by the CA. The wrong Templatename contained the Patterns TemplateName\nsan:SANValues
It looks like the Submit-Certificaterequest function concatenates all Strings specified in the -Attribute Parameter
Regards Andreas