<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Howto enable DNSSEC for a domain configured in Bind]]></title><description><![CDATA[<p dir="auto">Hi, I'm running pfSense v2.7.2 with the bind v9.17 package installed.</p>
<p dir="auto">How can I successfully deploy DNSSEC using the package Bind in pfSense?</p>
<p dir="auto">I tried to check the enable inline dnssec signing, but there is no DSSET generated in the text box.<br />
The link https://kb.isc.org/article/AA-00626/109/Inline-Signing-in-ISC-BIND-9.9.0-Examples.html isn't working also.</p>
<p dir="auto"><img src="/assets/uploads/files/1705316176817-c0093d2f-2477-40ac-bce6-23f2fdd25d5b-image-resized.png" alt="c0093d2f-2477-40ac-bce6-23f2fdd25d5b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Hope someone can point me in the right direction.</p>
<p dir="auto">Best Regards,<br />
Donald.</p>
]]></description><link>https://forum.netgate.com/topic/185550/howto-enable-dnssec-for-a-domain-configured-in-bind</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 16:58:56 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/185550.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jan 2024 10:59:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Howto enable DNSSEC for a domain configured in Bind on Sat, 25 May 2024 13:19:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/megapearl">@<bdi>megapearl</bdi></a> said in <a href="/post/1170943">Howto enable DNSSEC for a domain configured in Bind</a>:</p>
<blockquote>
<p dir="auto">Now finding a way to save the keys in the config xml or write them to a different location to make them persistent upon reboot</p>
</blockquote>
<p dir="auto">Also looking for a way  to save my slave zone. After reboot my slave zone is empty, if there is no master. https://forum.netgate.com/topic/188369/slave-zone-in-bind-9-17/3</p>
]]></description><link>https://forum.netgate.com/post/1170955</link><guid isPermaLink="true">https://forum.netgate.com/post/1170955</guid><dc:creator><![CDATA[allxi]]></dc:creator><pubDate>Sat, 25 May 2024 13:19:09 GMT</pubDate></item><item><title><![CDATA[Reply to Howto enable DNSSEC for a domain configured in Bind on Sat, 25 May 2024 11:37:21 GMT]]></title><description><![CDATA[<p dir="auto">Then SSH in to pfSense and get the DSKEY to add it to parent dns servers:</p>
<pre><code>2.7.2-RELEASE][root@gateway.mydomain.com]/var/etc/named/etc/namedb/keys: dnssec-dsfromkey -2 Kmydomain.com.+019+31296.key
mydomain.com. IN DS 31296 13 2 XXXXC43FFEE8FEA5868B1E81ECXXXX31A1D9183B800A688A6DA664FB62F8XXXX
</code></pre>
]]></description><link>https://forum.netgate.com/post/1170948</link><guid isPermaLink="true">https://forum.netgate.com/post/1170948</guid><dc:creator><![CDATA[megapearl]]></dc:creator><pubDate>Sat, 25 May 2024 11:37:21 GMT</pubDate></item><item><title><![CDATA[Reply to Howto enable DNSSEC for a domain configured in Bind on Sat, 25 May 2024 09:37:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/allxi">@<bdi>allxi</bdi></a> Hi, thanks.</p>
<p dir="auto">I have set it up in a different way, but the keys do not persist upon reboot pfSense, maybe the above link can help with that.</p>
<p dir="auto">I added to services -&gt; bind dns server -&gt; settings -&gt; advanced features -&gt; global settings:</p>
<pre><code>dnssec-policy "mydomain-com-no-rotate" {
    keys {
        ksk key-directory lifetime unlimited algorithm 13;
        zsk key-directory lifetime unlimited algorithm 13;
    };
    nsec3param;
};
</code></pre>
<p dir="auto">Then under zones -&gt; mydomain.com (edit) -&gt; custom_option:</p>
<pre><code>key-directory "/etc/namedb/keys";
dnssec-policy "mydomain-com-no-rotate";
inline-signing yes;
</code></pre>
<p dir="auto">Then under the DNSSEC option:</p>
<pre><code>Inline Signing: Disable
Backup Keys: Disable
</code></pre>
<p dir="auto">Now finding a way to save the keys in the config xml or write them to a different location to make them persistent upon reboot.</p>
<p dir="auto">The bind package is writing the keys to:</p>
<pre><code>/var/etc/named/etc/namedb/keys
</code></pre>
<p dir="auto">So, maybe the bind9 package in running in a chroot, which I can't change or disable.</p>
]]></description><link>https://forum.netgate.com/post/1170943</link><guid isPermaLink="true">https://forum.netgate.com/post/1170943</guid><dc:creator><![CDATA[megapearl]]></dc:creator><pubDate>Sat, 25 May 2024 09:37:55 GMT</pubDate></item><item><title><![CDATA[Reply to Howto enable DNSSEC for a domain configured in Bind on Sat, 25 May 2024 09:09:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/megapearl">@<bdi>megapearl</bdi></a> https://forum.netgate.com/topic/177199/problems-with-bind-plugin-9-16_17-9-17-and-dnssec-keys?_=1716628039364 not this?</p>
]]></description><link>https://forum.netgate.com/post/1170941</link><guid isPermaLink="true">https://forum.netgate.com/post/1170941</guid><dc:creator><![CDATA[allxi]]></dc:creator><pubDate>Sat, 25 May 2024 09:09:29 GMT</pubDate></item></channel></rss>