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