I've got a wildcard cert for exchagne 2010 and I'm trying to assign it to IMAP.
I've pretty well followed the following instructions:
I've already run set-imapsettings -server servername.domain.com -x509CertificateName servername.domain.com
The only variance has been that I specify the server name to apply the cert to each server individually rather than doing them all at once.
I've already reset the IMAP service on the server.
However, when I connect via IMAP to servername.domain.com it still wants to use the self-signed certificate.
Once I trust the self-signed certificate everything works fine.
When I run:
get-exchangecertificate -thumbprint <certificatethumbprint> | fl
I see that the certificate is not being used for IMAP. However if I run Get-imapsettings on each server I see the servername.domain.com assigned as the x509CertificateName instead of the local certificate.
I have not unchecked IMAP from the certficate assignment list within the EMC. Should I do this so it truely associates the wildcard certificate with IMAP?
When I connect via outlook, I see outlook still connecting and grabbing the self-signed certificate.
Bobby Pendino