Re: Third party SSL requests

jakupovic_at_gmail.com
Date: 01/27/05

  • Next message: jakupovic_at_gmail.com: "Re: Third party SSL requests"
    Date: 26 Jan 2005 19:21:30 -0800
    
    

    Hi Andy,

    I think I may have the solution, this has worked for me using the
    keytool that comes with java. From the message you can gather that the
    request you submitted does not have a template entry after perusing
    through
    http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/advcert.mspx#EIAA

    I found that if you use the certreq utility with -attrib switch you can
    use the certificate request you generated to make CA issue the cert.

    The complete command that worked for me was
    certreq -Submit -attrib "Certificate Template Name: Web Server"
    myreq.csr output.der

    where myreq.csr is the request file generated with java keytool.

    you can email me if this doesn't work.

    --elvis jakupovic

    Andy wrote:
    > I am trying to submit a request generated by openssl on a
    > unix machine. I am currently using the Certificate
    > authority in windows 2003 enterprise. I have the proper
    > file, but I get this warning:
    >
    > Denied by Policy Module 0x80094801, The request does not
    > contain a certificate template extension or the
    > CertificateTemplate request attribute.
    > The request contains no certificate template information.
    > 0x80094801 (-2146875391)
    >
    > That being said, how do I go about successfully submitting
    > the request?


  • Next message: jakupovic_at_gmail.com: "Re: Third party SSL requests"

    Relevant Pages

    • Re: Certification Authority cannot use certificate template
      ... When I try to sumbit a new request I get the following error: ... The request contains no certificate template information. ... What client are you using ...
      (microsoft.public.security)
    • Re: Third party SSL requests
      ... use the certificate request you generated to make CA issue the cert. ... certreq -Submit -attrib "Certificate Template Name: ... where myreq.csr is the request file generated with java keytool. ...
      (microsoft.public.windows.server.security)
    • Re: Third party SSL requests
      ... use the certificate request you generated to make CA issue the cert. ... certreq -Submit -attrib "Certificate Template Name: ... where myreq.csr is the request file generated with java keytool. ...
      (microsoft.public.security)
    • Re: Smartcard logon problems with third-party CA
      ... Request 117 rejected from the certificate services, ... I can find the "Certificate Template" extension ...
      (microsoft.public.platformsdk.security)
    • Re: jsp client for axis2 webservice
      ... Read the Java EE tutorial on the Sun web site. ... to call logic from a JSP. ... all the JSP does is POST an HTTP request to the application ... calling one of the stub methods that you have. ...
      (comp.lang.java.programmer)