<?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: DNSSEC with BIND 9.10 and native PKCS#11	</title>
	<atom:link href="https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Wed, 02 Nov 2016 09:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.1</generator>
	<item>
		<title>
		By: Arun Natarajan		</title>
		<link>https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-104</link>

		<dc:creator><![CDATA[Arun Natarajan]]></dc:creator>
		<pubDate>Wed, 02 Nov 2016 09:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://arunnsblog.com/?p=849#comment-104</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-101&quot;&gt;Rolf Sommerhalder&lt;/a&gt;.

Thanks for the suggestion, updated the post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-101">Rolf Sommerhalder</a>.</p>
<p>Thanks for the suggestion, updated the post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arun Natarajan		</title>
		<link>https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-103</link>

		<dc:creator><![CDATA[Arun Natarajan]]></dc:creator>
		<pubDate>Wed, 02 Nov 2016 09:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://arunnsblog.com/?p=849#comment-103</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-102&quot;&gt;Rolf Sommerhalder&lt;/a&gt;.

Thanks! you are right, it was hard to notice the trailing space.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-102">Rolf Sommerhalder</a>.</p>
<p>Thanks! you are right, it was hard to notice the trailing space.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rolf Sommerhalder		</title>
		<link>https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-102</link>

		<dc:creator><![CDATA[Rolf Sommerhalder]]></dc:creator>
		<pubDate>Thu, 18 Aug 2016 08:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://arunnsblog.com/?p=849#comment-102</guid>

					<description><![CDATA[Further, it is worth mentioning, that there must not be any trailing (white space) characters after the PIN in /etc/token_pin, e.g. use for example:
 # echo -n &quot;1234&quot; &#062; /etc/token_pin
and check:
 # hexdump /etc/token_pin 
0000000 3231 3433                              
0000004

Because otherwise, I ran into the same error as you did:
&quot;pk11.c:649: fatal error: pkcs_C_Login: Error = 0x000000A0&quot;
 http://bind-users-forum.2342410.n4.nabble.com/dnssec-keyfromlabel-pkcs11-label-format-td1382.html]]></description>
			<content:encoded><![CDATA[<p>Further, it is worth mentioning, that there must not be any trailing (white space) characters after the PIN in /etc/token_pin, e.g. use for example:<br />
 # echo -n &#8220;1234&#8221; &gt; /etc/token_pin<br />
and check:<br />
 # hexdump /etc/token_pin<br />
0000000 3231 3433<br />
0000004</p>
<p>Because otherwise, I ran into the same error as you did:<br />
&#8220;pk11.c:649: fatal error: pkcs_C_Login: Error = 0x000000A0&#8221;<br />
 <a href="http://bind-users-forum.2342410.n4.nabble.com/dnssec-keyfromlabel-pkcs11-label-format-td1382.html" rel="nofollow ugc">http://bind-users-forum.2342410.n4.nabble.com/dnssec-keyfromlabel-pkcs11-label-format-td1382.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rolf Sommerhalder		</title>
		<link>https://arunns.net/dnssec-with-bind-9-10-and-native-pkcs11/#comment-101</link>

		<dc:creator><![CDATA[Rolf Sommerhalder]]></dc:creator>
		<pubDate>Thu, 18 Aug 2016 06:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://arunnsblog.com/?p=849#comment-101</guid>

					<description><![CDATA[Thanks for your concise, informative blog entry. 

Most likely you also had installed bind-pkcs11-utils in order to get the dnssec-*-pkcs11 tools. 

Maybe you want to add it as a fourth package in your second paragraph &quot;dnf install ... bind-pkcs11-utils&quot;.

Regards]]></description>
			<content:encoded><![CDATA[<p>Thanks for your concise, informative blog entry. </p>
<p>Most likely you also had installed bind-pkcs11-utils in order to get the dnssec-*-pkcs11 tools. </p>
<p>Maybe you want to add it as a fourth package in your second paragraph &#8220;dnf install &#8230; bind-pkcs11-utils&#8221;.</p>
<p>Regards</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
