Microsoft Exchange 2007 Server SSL Certificate CSR Creation
- From the Exchange Management Shell command line, type the following:
New-ExchangeCertificate -GenerateRequest -KeySize 2048 -Path c:\E-TugraCSR.txt -SubjectName "c=US, l=YourLocalityOrCity, s=YourStateOrProvince, o=YourCompanyInc, cn=YourFirstDomain.com" -DomainName YourSecondDomain.com, YourThirdDomain.com -PrivateKeyExportable:$true Although this command is too long to fit on one line here in your browser, you need to enter it into the management shell as one line. Of course, you need to r...