Internet Information Services (IIS) 6.0 Resource Kit Tools
Hi
Sometime ago, Daniel Lourenço, a colleague of mine at OutSystems, needed to “test an outsystems web service with SSL security in the development server.” In his post, he pointed out Internet Information Services (IIS) 6.0 Resource Kit Tools.
Installing a certificate through selfssl is a breeze. You might want to define a certificate validity (number of days) higher than the default 7 :
C:\Program Files\IIS Resources\SelfSSL>selfssl.exe /V:180
Microsoft (R) SelfSSL Version 1.0
Copyright (C) 2003 Microsoft Corporation. All rights reserved.
Do you want to replace the SSL settings for site 1 (Y/N)?y
The self signed certificate was successfully assigned to site 1.
C:\Program Files\IIS Resources\SelfSSL>
Happy 1-Click certificate install :)