<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stephan&#039;s Blog &#187; Keys</title>
	<atom:link href="http://www.arlt.eu/blog/tag/keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arlt.eu/blog</link>
	<description>Life in Technicolor.</description>
	<lastBuildDate>Tue, 01 Dec 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Importing iPhone Keys (P12 and PEM) into Snow Leopard&#8217;s Keychain</title>
		<link>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/</link>
		<comments>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Keychain]]></category>
		<category><![CDATA[Keys]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=314</guid>
		<description><![CDATA[Assuming that you&#8217;ve just installed a fresh Snow Leopard on your Mac. If you want to use again your iPhone for developing you have to import your personal iPhone public and private development key into the keychain. (Given that you&#8217;ve hopefully created a backup of your keys before reinstalling  ). Unfortunately it&#8217;s currently impossible [...]]]></description>
			<content:encoded><![CDATA[<p>Assuming that you&#8217;ve just installed a fresh Snow Leopard on your Mac. If you want to use again your iPhone for developing you have to import your personal iPhone public and private development key into the keychain. (Given that you&#8217;ve hopefully created a backup of your keys before reinstalling <img src='http://www.arlt.eu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). Unfortunately it&#8217;s currently impossible to import these certificates via a double-click or a drag &#038; drop action etc. The keychain always prints the following annoying error message:</p>
<blockquote><p>An error has occurred. Unable to import an item. The contents of an item cannot be retrieved.
</p></blockquote>
<p>But don&#8217;t worry! There is a simple workaround available. Just start the Terminal.app and use the following commands to manually import both keys. Please replace <code>priv_key.p12</code> and <code>pub_key.pem</code> with your personal key files. That&#8217;s it! <img src='http://www.arlt.eu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">security import priv_key.p12 -k ~/Library/Keychains/login.keychain
security import pub_key.pem -k ~/Library/Keychains/login.keychain</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
