<?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>langui.sh &#187; idn</title>
	<atom:link href="http://langui.sh/tag/idn/feed/" rel="self" type="application/rss+xml" />
	<link>http://langui.sh</link>
	<description>Fun hacks, WP plugins, photography, and PKI junk.  Languishing since 2008.</description>
	<lastBuildDate>Sat, 19 May 2012 01:42:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>OpenSSL and IDN Certificates</title>
		<link>http://langui.sh/2010/01/03/openssl-and-idn-certificates/</link>
		<comments>http://langui.sh/2010/01/03/openssl-and-idn-certificates/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 17:34:46 +0000</pubDate>
		<dc:creator>Paul Kehrer</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[idn]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://langui.sh/?p=946</guid>
		<description><![CDATA[<a href="http://langui.sh/2010/01/03/openssl-and-idn-certificates/" title="OpenSSL and IDN Certificates"></a>As internationalized domain names (IDN) proliferate more people need to test with, and ultimately purchase, IDN certificates. If you need to generate a CSR or even a self-signed certificate for an internationalized domain follow these steps: Take the UTF-8 characters &#8230;<p class="read-more"><a href="http://langui.sh/2010/01/03/openssl-and-idn-certificates/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://langui.sh/2010/01/03/openssl-and-idn-certificates/" title="OpenSSL and IDN Certificates"></a><p>As internationalized domain names (IDN) proliferate more people need to test with, and ultimately purchase, IDN certificates.  If you need to generate a CSR or even a self-signed certificate for an internationalized domain follow these steps:</p>
<ol>
<li>Take the UTF-8 characters and paste them into a <a href="http://idnaconv.phlymail.de/" target="_blank">punycode converter</a> (also known as ASCII compatible encoding, or ACE).</li>
<li>The resulting converted text will be a fairly long string that starts with &#8220;xn--&#8221;.  Copy the entire thing.</li>
<li>Now run this command.</li>
</ol>
<p>For CSR generation<sup class='footnote'><a href='#fn-946-1' id='fnref-946-1'>1</a></sup>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl req <span style="color: #660033;">-new</span> <span style="color: #660033;">-nodes</span> <span style="color: #660033;">-out</span> mycsr.csr <span style="color: #660033;">-keyout</span> mykey.pem <span style="color: #660033;">-newkey</span> rsa:<span style="color: #000000;">2048</span></pre></div></div>

<p>For self-signed certificate generation<sup class='footnote'><a href='#fn-946-2' id='fnref-946-2'>2</a></sup>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl req <span style="color: #660033;">-new</span> <span style="color: #660033;">-nodes</span> <span style="color: #660033;">-x509</span> <span style="color: #660033;">-days</span> <span style="color: #000000;">3650</span> <span style="color: #660033;">-out</span> mycert.cer <span style="color: #660033;">-keyout</span> mykey.pem <span style="color: #660033;">-newkey</span> rsa:<span style="color: #000000;">2048</span></pre></div></div>

<p>Either way, follow the prompts and when you reach Common Name paste the text you copied from the punycode converter.  Now you can submit your CSR to a certification authority or install the self-signed certificate for testing.</p>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-946-1'>We are generating a <a href="/2009/10/31/create-a-2048-bit-key-via-openssl/">2048-bit CSR</a> <span class='footnotereverse'><a href='#fnref-946-1'>&#8617;</a></span></li>
<li id='fn-946-2'>This will generate a 10 year self-signed certificate. <span class='footnotereverse'><a href='#fnref-946-2'>&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://langui.sh/2010/01/03/openssl-and-idn-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 7/9 queries in 0.003 seconds using memcached
Object Caching 407/407 objects using memcached

Served from: langui.sh @ 2012-05-21 13:09:45 -->
