Creating a CSR (Certificate Signing Request) with Exchange 2007 is kind of a pain b/c you have to do it through the Exchange Powershell Console.
Here is a Wizard that creates the powershell command for you.
This wizard makes this
look like this.
New-ExchangeCertificate -GenerateRequest -Path c:\Mail_ExternalDomain_com.csr -KeySize 2048 -SubjectName "c=US, s=Ohio, l=Columbus, o=Matt's It Solutions, ou=Messaging , cn=Mail.ExternalDomain.com" -DomainName Mail.InternalDomain.com, AutoDiscovery.InternalDomain.com, AutoDiscovery.ExternalDomain.com, Mail -PrivateKeyExportable $True
No comments:
Post a Comment