Thursday, February 12, 2009

Exchange Powershell Command for SSL

Names to add into SSL certificate...

webmail.company.com
company.com
autodiscover.company.com
FQDN of cas.company.com
NETBIOS of cas.company.com

New-ExchangeCertificate -GenerateRequest -Path D:\SSL.csr -KeySize 1024 -SubjectName "c=CA, s=PROVINCE, l=CITY, o=COMPANY, ou=Exchange, cn=webmail.company.com" -DomainName company.com, autodiscover.company.com, autodiscover, exchange.company.com,exchange, svrhub1.company.com, svrhub1 -PrivateKeyExportable $True

Enable-ExchangeCertificate -Thumbprint -services IIS, SMTP

No comments: