Is there a way to programaticaly install a ssl cert for iis 6 and 7?

link|improve this question

76% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Yeah try IIS 6.0 Resource Kit Tools: http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&displaylang=en

It includes a tool called: IISCertDeploy.vbs. This is a tool for deploying and for backing up SSL certificates on servers that run IIS 6.0. You can use IISCertDeploy.vbs to deploy the certificate to a local server, to a cluster of servers, or to a remote server. You can also use IISCertDeploy.vbs to back up a certificate by exporting the certificate from a Web site to a Personal Information Exchange (.pfx) file that contains both the private key and the public key.

link|improve this answer
Do you happen to know if it supports iis 7 as well? – Aaron Fischer Oct 24 '08 at 18:50
I am not sure about that but you can make alot SSL staff directly from IIS 7 Manager in the "Administrative Tools". Check this link for creating Self-Signed SSL Certificate in IIS7: weblogs.asp.net/scottgu/archive/2007/04/06/… – mohammedn Oct 24 '08 at 19:08
feedback

In case you would like to have a visual, here are steps to install an SSL in IIS 6 including images.

http://www.digicert.com/ssl-certificate-installation-microsoft-iis-5-6.htm


Michael Kennedy

Support Engineer

mkennedy@hostmysite.com

http://www.HostMySite.com?utm_source=bb

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.