<?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>Personal devlog &#187; Android</title>
	<atom:link href="http://olorin.info/blog/category/android/feed" rel="self" type="application/rss+xml" />
	<link>http://olorin.info/blog</link>
	<description></description>
	<lastBuildDate>Sun, 07 Mar 2010 19:21:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CyanogenMod OpenVPN GUI &#8211; how to load keys&amp;certs</title>
		<link>http://olorin.info/blog/2010/03/cyanogenmod-openvpn-gui-how-to-load-keyscerts</link>
		<comments>http://olorin.info/blog/2010/03/cyanogenmod-openvpn-gui-how-to-load-keyscerts#comments</comments>
		<pubDate>Sun, 07 Mar 2010 19:19:31 +0000</pubDate>
		<dc:creator>kf</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://olorin.info/blog/?p=57</guid>
		<description><![CDATA[There&#8217;s built-in OpenVPN GUI in CyanogenMod since v4.2.15 and it&#8217;s poorly documented. When adding new VPN connection you have to tell which key you want to use and you can&#8217;t load anything from files. After few minutes of googling I found solution. Probably you have user.crt, user.key and ca.crt files generated with OpenVPN&#8217;s easy-rsa scripts. You [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s built-in OpenVPN GUI in CyanogenMod since v4.2.15 and it&#8217;s poorly documented. When adding new VPN connection you have to tell which key you want to use and you can&#8217;t load anything from files. After few minutes of googling I found solution. Probably you have user.crt, user.key and ca.crt files generated with OpenVPN&#8217;s easy-rsa scripts. You can&#8217;t use them directly, you have to bundle certs and key into PKCS12 file. You need simply to run the following:</p>
<pre class="brush: shell">openssl pkcs12 -export -in [PathToClientCert] -inkey [PathToClientKey] -certfile [PathToCACert] -name [FriendlyName] -out certs.p12</pre>
<p>Remember to replace [PathTo...] with proper filenames. [FriendlyName] will be displayed in certificate select dialog on your phone.</p>
<p>After that, upload file to your SD card and go to the Settings › Security and location, and select Import from SDcard. Now you can setup your OpenVPN connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://olorin.info/blog/2010/03/cyanogenmod-openvpn-gui-how-to-load-keyscerts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

