Link to home
Start Free TrialLog in
Avatar of RapidityAU
RapidityAU

asked on

exchange certificate

I have an existing wildcard certificate created for one of my remote desktop servers can I use that same certificate on my exchange 2007 server or do I need to generate a request first? My wildcard certificate was purchased from Rapid SSL and is in a .pfx container

Import-ExchangeCertificate -Path "C:\CertificateFile.pfx"

Enable-ExchangeCertificate <thumprint> -Services:"IMAP, IIS, POP"


and for Outlook Anywhere wildcard support

Set -OutlookProvider -Identity EXPR -CertPrincipalName *.mydonain.com

If it fails will I loose any existing connectivity? I am currently using an expired self generated cert which is stopping me for using outlook Anywhere with Outlook 2013
SOLUTION
Avatar of Schuyler Dorsey
Schuyler Dorsey
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RapidityAU
RapidityAU

ASKER

OK have exported the certificates with extended properties and will attempt to import them into exchange at a more opportune time as we have some people out in the field at the moment.

Thanks