Re: Using Microsoft Certificate Server Programatically
From: Cindy (cindy.fisher_at_emersonProcess.com)
Date: 03/22/04
- Next message: Emile Deen: "Sample .Net code X509Certificate -> RSA....Key"
- Previous message: j allen: "CryptSetKeyParam Bad Data Error when setting KP_G"
- In reply to: Rhett Gong [MSFT]: "RE: Using Microsoft Certificate Server Programatically"
- Next in thread: Carlos Lopez: "Re: Using Microsoft Certificate Server Programatically"
- Reply: Carlos Lopez: "Re: Using Microsoft Certificate Server Programatically"
- Reply: Yan-Hong Huang[MSFT]: "Re: Using Microsoft Certificate Server Programatically"
- Reply: Carlos Lopez: "Re: Using Microsoft Certificate Server Programatically"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Mar 2004 08:29:42 -0800
Actually, I'm trying to do this for the client, not the server. Here's
the scenario:
1. Client contacts server (web service) with encrypted registration
info.
2. Upon validation of registration info, the web service creates a
cert request on behalf of the client and sends it to the Certificate
Server.
3. The server issues the certificate (not sure how the web service
gets a hold of the cert).
4. The web service returns the certificate to the client (not sure how
to do this the most secure way).
5. The client installs the certificate and adds it to the trust.
Since we are writing the client and server (web service) code, I
figured this wouldn't be a problem. Any recommendations on how to
return the certificate safely?
Thanks,
cindy
v-raygon@online.microsoft.com (Rhett Gong [MSFT]) wrote in message news:<N8Y2JFEDEHA.3568@cpmsftngxa06.phx.gbl>...
> Hi Cindy,
> From your description, you would like to programmatically generate a certificate request from a Certificate Server, issue the certificate request and install the
> issued certificate to the certificate store.
>
> Seems that you want to do something like Certificate Wizard which comes with Internet Information Services. Generally, we use ICEnroll::create* to generate a
> certificate request. (for more information at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/icenroll.asp)
> Then check the KB article -- "HOW TO: Programmatically Install SSL Certificates for Internet Information Server (IIS)" at:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;313624#3 and let me know if it could help to resolve your problem.
>
> thanks,
> Rhett Gong [MSFT]
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Please reply to newsgroups only. Thanks.
- Next message: Emile Deen: "Sample .Net code X509Certificate -> RSA....Key"
- Previous message: j allen: "CryptSetKeyParam Bad Data Error when setting KP_G"
- In reply to: Rhett Gong [MSFT]: "RE: Using Microsoft Certificate Server Programatically"
- Next in thread: Carlos Lopez: "Re: Using Microsoft Certificate Server Programatically"
- Reply: Carlos Lopez: "Re: Using Microsoft Certificate Server Programatically"
- Reply: Yan-Hong Huang[MSFT]: "Re: Using Microsoft Certificate Server Programatically"
- Reply: Carlos Lopez: "Re: Using Microsoft Certificate Server Programatically"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|