


Support Desk
In Exchange 2010 there are two ways to generate a CSR.
Option 1: Create your CSR with the New Exchange Certificate Wizard (recommended)
Option 2: Create your CSR with the Exchange Management Shell
From the command line, type the following:
New-ExchangeCertificate -GenerateRequest -KeySize 2048 -SubjectName "c=US, l=City or Locality, s=State or Province, o=The Legal Name of your Organization, cn=Your_Domain.com" -PrivateKeyExportable:$trueThe 2048
in the command above is the key bit length. GeoTrust recommends a key bit length of 2048.
This command should be entered into the management shell as a single line without using returns until the end. Replace the details listed in this sample command with the details of your own organization.
Please contact our support team if you have any additional problems or questions.