generate exchange CSR , exchange 2007 UCC. SSL CERT

Posted by Jeff on Server Fault See other posts from Server Fault or by Jeff
Published on 2011-02-12T15:13:01Z Indexed on 2011/02/12 15:26 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

I want to make sure I am going this correctly.

machine name: win2k8ex1.

certificate:

common name: owa.x.com

subject alternative domains:

autodiscover.x.com

mail.x.com

WIN2K8EX1

WIN2K8EX1.x.LOCAL

when generating the CSR, i want to:

New-ExchangeCertificate -GenerateRequest -SubjectName "c=US, o=x Inc., cn=owa.x.com" -DomainName mail.x.com,WIN2K8EX1,WIN2K8EX!.x.local,autodiscover.x.com -privatekeyexportable $true -Path c:\certificates\mcert.txt

does this look correct?

thanks!

© Server Fault or respective owner

Related posts about exchange-2007

Related posts about ssl-certificate