You can add additional names to the certificate when you reach the point of putting the CSR in to the SSL provider's web site. It depends on the provider though.
http://gallery.technet.microsoft.com/Exchange-20072010-and-2013-17a0b52f
http://gallery.technet.microsoft.com/Exchange-20072010-and-2013-17a0b52f
Hi,
I currently have a a Exchange Certificate that is Sha1RSA. I need to re-key it to Sha2. Does anyone have instructions on how to do that? Anything I should be aware of?
I have 2 CAS servers with the cert and 2 dag servers. Exchange 2010 std.
FYI SHA256 will be the default "Signature hash algorithm" in almost all CAs. And SHA2 is short form of SHA256.
SHA2 is default for all CAs. Anyway you can check with GoDaddy if you wish to.
FYI SHA256 will be the default "Signature hash algorithm" in almost all CAs. And SHA2 is short form of SHA256.
SHA2 is default for all CAs. Anyway you can check with GoDaddy if you wish to.
I am not sure how to use that CRS command? I am green to this..... Do you think this would work?
https://www.godaddy.com/help/generating-a-certificate-signing-request-csr-exchange-server-2010-6086
Hi Chaser,
You will get a command similar to the below when you generate command using the tool
Set-Content -path "C:\mail-domain-com.txt" -Value (New-ExchangeCertificate -GenerateRequest -KeySize 2048 -SubjectName "c=US, s=teststate, l=testcity, o=Someone, cn=mail.domain.com" -DomainName autodiscover.domain.com -PrivateKeyExportable $True)
Replace domain.com with your domain name.
Run this command in Exchange Management Shell and you will get a text file in C drive named "mail-domain-com"
Open the file, copy the content and paste in to the Godaddy control panel when rekeying as per this URL
Request Godaddy to generate certificate as SHA2. That's it
You should run this on exchange management shell. It will not effect mobile/owa clients