最近发现很多朋友为了使OWA用SSL方式,并且不购买Internet证书只是做内部使用,就安装一台CA证书服务器,这样是一种浪费不建议大家去做的,大家可以使用SelfSSL来创建证书。此方式创建的证书最长有效期长达3年。能够满足大部分朋友的需求。<br>
Microsoft (R) SelfSSL Version 1.0<br>
Copyright (C) 2003 Microsoft Corporation. All rights reserved.<br>
<br>
Installs self-signed SSL certificate into IIS.<br>
SELFSSL [/T] [/N:cn] [/K:key size] [/S:site id] [/P:port]<br>
<br>
/T Adds the self-signed certificate to "Trusted Certificates"<br>list. The local browser will trust the self-signed certificate<br>if this flag is specified.<br>
/N:cn Specifies the common name of the certificate. The computer<br>name is used if not specified.<br>
/K:key size Specifies the key length. Default is 1024.<br>
/V:validity days Specifies the validity of the certificate. Default is 7 days.<br>
/S:site id Specifies the id of the site. Default is 1 (Default Site).<br>
/P:port Specifies the SSL port. Default is 443.<br>
/Q Quiet mode. You will not be prompted when SSL settings are<br>overwritten.<br>
<br>
The default behaviour is equivalent with: