Ever wanted an easier way to request for that SAN (Subject Alternative Name) Certificate that you need for your Exchange 2007 Deployment. Now you can using Digicert's Fast and Easy Exchange Certificate Request Tool. Just fillup the details and you will have a certificate request that you can submit to your Certificate Authority.
a
You can check out their site here. https://www.digicert.com/easy-csr/exchange2007.htm
For those who prefer to do it the manual way, you can use this Exchange Management Shell cmdlet. Just replace the fields appropriately for your deployment.
New-ExchangeCertificate -GenerateRequest -SubjectName "C=Country, O=Organization Name, CN=webmail.domain.com" -DomainName alternatename1.domain.com, autodiscover.domain.com, servername.domain.local, servername, autodiscover.domain.local -FriendlyName "OWA CAS SAN Certificate" -KeySize 1024 -Path c:\CAS_SAN_cert.req -PrivateKeyExportable:$true
No comments:
Post a Comment