<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Personal Certificates and Exchange ActiveSync</title>
	<atom:link href="http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/</link>
	<description>place of the mobility way</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:22:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-18390</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-18390</guid>
		<description>Loading xml files on the device like this is a Windows Mobile specific thing.
iPhone supports client certificates, and some Android devices do as well, but how you enroll the certificates for these operating systems would require a different approach.</description>
		<content:encoded><![CDATA[<p>Loading xml files on the device like this is a Windows Mobile specific thing.<br />
iPhone supports client certificates, and some Android devices do as well, but how you enroll the certificates for these operating systems would require a different approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-18389</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 29 Nov 2011 17:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-18389</guid>
		<description>Can this work with Android and iPhone devices as well?</description>
		<content:encoded><![CDATA[<p>Can this work with Android and iPhone devices as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-8413</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-8413</guid>
		<description>Not to my knowledge. ActiveSync can only handle one authentication type. Part of the point in moving to certificates is getting rid of the password which in addition to the security perspective also is annoying from a user perspective :) The certificate is separate from the password attribute so when using a certificate ActiveSync will not have any knowledge of expiration dates on the password.

If you want to handle certificates in a more strict manner you can edit the template and set the validity to less than 1 year (which is the default). You can also look into enrolling separate certificates for the device and have this checked/verified at the edge (on something like ISA server) although this requires some extra work (read: coding or buying third-party apps). You can also put the Exchange server behind a VPN tunnel that requires username/password, but I would discourage you from doing this. (It&#039;s not a good user experience if you experience drops in connections, and it will consume extra battery.)

Combining some of the above you could go for SCMDM as a device management solution, but that&#039;s a lot of extra work if you do not need an MDM solution :)</description>
		<content:encoded><![CDATA[<p>Not to my knowledge. ActiveSync can only handle one authentication type. Part of the point in moving to certificates is getting rid of the password which in addition to the security perspective also is annoying from a user perspective <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The certificate is separate from the password attribute so when using a certificate ActiveSync will not have any knowledge of expiration dates on the password.</p>
<p>If you want to handle certificates in a more strict manner you can edit the template and set the validity to less than 1 year (which is the default). You can also look into enrolling separate certificates for the device and have this checked/verified at the edge (on something like ISA server) although this requires some extra work (read: coding or buying third-party apps). You can also put the Exchange server behind a VPN tunnel that requires username/password, but I would discourage you from doing this. (It&#8217;s not a good user experience if you experience drops in connections, and it will consume extra battery.)</p>
<p>Combining some of the above you could go for SCMDM as a device management solution, but that&#8217;s a lot of extra work if you do not need an MDM solution <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Singh</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-8405</link>
		<dc:creator>Prashant Singh</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-8405</guid>
		<description>Hi, Is there a way to have both password and client certificate enabled so as to double up the security. I would like to have the password re-entered on device if the AD password changes.</description>
		<content:encoded><![CDATA[<p>Hi, Is there a way to have both password and client certificate enabled so as to double up the security. I would like to have the password re-entered on device if the AD password changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-7030</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sat, 14 Nov 2009 13:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-7030</guid>
		<description>With client certificates you do not have to re-enter your password on the device. By default a user certificate will have a valid period of one year, which means you must re-enroll every year, (and possibly use the password when doing this), but other than that the password is no longer an issue.</description>
		<content:encoded><![CDATA[<p>With client certificates you do not have to re-enter your password on the device. By default a user certificate will have a valid period of one year, which means you must re-enroll every year, (and possibly use the password when doing this), but other than that the password is no longer an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GS</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-7013</link>
		<dc:creator>GS</dc:creator>
		<pubDate>Sat, 14 Nov 2009 06:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-7013</guid>
		<description>So if I configure windows mobile device to use certificates (self-signed or 3rd party), user will not be asked to enter new password to re-initiate sync after user change password for his/her domain account? This is based on a scenario where user&#039;s domain account password has to be reset every 90 days.
I am trying to determine if there is an alternative to entering new password in the mobile device every 90 days.

Thanks,
GS</description>
		<content:encoded><![CDATA[<p>So if I configure windows mobile device to use certificates (self-signed or 3rd party), user will not be asked to enter new password to re-initiate sync after user change password for his/her domain account? This is based on a scenario where user&#8217;s domain account password has to be reset every 90 days.<br />
I am trying to determine if there is an alternative to entering new password in the mobile device every 90 days.</p>
<p>Thanks,<br />
GS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Kumar</title>
		<link>http://mobilitydojo.net/2009/03/24/personal-certificates-and-exchange-activesync/comment-page-1/#comment-1200</link>
		<dc:creator>Deepak Kumar</dc:creator>
		<pubDate>Wed, 08 Apr 2009 02:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=708#comment-1200</guid>
		<description>Thanks for publishing.</description>
		<content:encoded><![CDATA[<p>Thanks for publishing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

