December 23, 2011
Step By Step Guide to create SelfSigned Certificates for Mobile Devices
Common Error: Windows Phone 7 – error: 80072f0d (There is a problem with the certificate)
This Post is all about how to configure Microsoft Exchange 2007 / 2010 to work with dyndns.org or other dynamic service providers using a self signed certificate that is beeing aknowledged by a Windows Mobile Phone device or Browser (Outlook Web Access (OWA) / Outlook WebApp).
This certainly also works if you are using static public IP addresses to comunicate with your Internet facing servers.
Here is a step by step guide for how to configure a self signed certificate.
1\ Logon to your Exchange Server that hosts the internet facing “Client Access” Role (eg. SERVER1) and open Exchange Powershell
2\ At the Powershell type the following to get the ThumbPrint of your current Certificate
[PS] >Get-ExchangeCertificate
3\ Now type the following to create a new SelfSigned Certificate. Replace the values to match your requirements where as SERVER1 is your internet facing Outlook WebApp Server.
[PS] >New-ExchangeCertificate -Services IIS -Server SERVER1 -DomainName SERVER1, SERVER1.mylocaldomain.local, mydyndns.dyndns.org
Confirm you want to overwrite the existing Certificate if prompted
4\ Remove the old Certificate when you receive a sucess feedback from the command in Step 3. Replace the ThumbPrint with the String you have received in Step 1.
[PS] >Remove-ExchangeCertificate -Thumbprint 66E8FF61B680681465C6A4D1043E6DBD33A2FC60
5\ Open the Microsoft Exchange Management Console (EMC) and double-check if you have a valid certificate. The Thumbprint of the Certificate must match the Thumbprint you have received in Step 2 (DoubleClick the Certificate and Click the “Details” Tab)

6\ Export the Certificate to make it available to your mobile Device
Click Start, type “mmc” into the search box and hit enter (Alternatively you can use Start – Run or “Windows Key + R” to launch a Run box)

Click “File” – “Add / Remove Snap-In” and add “Certificates”

[Read More]
175 views
This post was written by microtom

Loading ...