


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)
Organization: | Your company’s legally registered name (e.g., YourCompany, Inc.). |
Organizational unit: | The name of your department within the organization. This entry will usually be listed as "IT". |
Country/region: | The country/region where your company is legally located. Use the drop-down list to select your country. |
City/locality: | The city where your company is legally located. |
State/province: | The state/province where your company is legally located. Do not abbreviate. (e.g., California) |
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.