Friday, April 26, 2013

Private Key not Exportable

When you want to export exchange certificate from CAS ,the "export private key" is greyed out and you are not able to export the private key.

this means you not mention "-private keyexportabel" in certificate request. the correct command for certificate request is :

using this command you mention all alternative name of organization like server names,

New-ExchangeCertificate -GenerateRequest -SubjectName "C=com, O=organization name, CN=webmail.organization.com" -DomainName *.organization.com -PrivateKeyExportable $true -Path c:\cert.req

No comments:

Post a Comment

Followers