<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 9/10/2015 9:47 AM, Patrick Muldoon
wrote:<br>
</div>
<blockquote cite="mid:A53A55E3-467F-4828-BF76-ADA3C831ED92@inoc.net"
type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">On Sep 9, 2015, at 12:54 PM, <a class="moz-txt-link-abbreviated" href="mailto:freebsd@fongaboo.com">freebsd@fongaboo.com</a> wrote:
Awesome. Thanks again for this.
Could you paste the shell script from page 36 into a reply? (It's a screenshot)
</pre>
</blockquote>
<pre wrap="">
#!/bin/bash</pre>
</blockquote>
<br>
:-(<br>
<br>
<blockquote cite="mid:A53A55E3-467F-4828-BF76-ADA3C831ED92@inoc.net"
type="cite">
<pre wrap="">
ZONEDIR="/usr/local/etc/nsd/zones" #location of your zone files
DOMAIN=$1
cd $ZONEDIR
KSK=$(basename $(grep -r "`grep '(ksk)' $DOMAIN.zone.signed | cut -f3-10`" K$DOMAIN.*.key | cut -d':' -f1) .key)
ZSK=$(basename $(grep -r "`grep '(zsk)' $DOMAIN.zone.signed | cut -f3-10`" K$DOMAIN.*.key | cut -d':' -f1) .key)
/usr/local/bin/ldns-signzone -n -p -s $(head -n 1000 /dev/random | sha1 | cut -b 1-16) -f $ZONEDIR/$DOMAIN.zone.signed $DOMAIN.zone $ZSK $KSK
/usr/local/sbin/nsd-control reload $DOMAIN
/usr/local/sbin/nsd-control notify $DOMAIN
Sorry about that. Just did it as a screenshot since the formatting in keynote was annoying me...
</pre>
<blockquote type="cite">
<pre wrap="">On Wed, 9 Sep 2015, Patrick Muldoon wrote:
</pre>
<blockquote type="cite">
<pre wrap="">PDF export from Keynote, includes Speaker Notes (Sorry I don't actually have tons of notes..)
<a class="moz-txt-link-freetext" href="http://labratsoftware.com/dnssec-cdbug/dnssec-cdbug.pdf">http://labratsoftware.com/dnssec-cdbug/dnssec-cdbug.pdf</a>
HTML Export from Keynote, just the slides, but hey it does the builds
<a class="moz-txt-link-freetext" href="http://labratsoftware.com/dnssec-cdbug/">http://labratsoftware.com/dnssec-cdbug/</a>
let me know if you have any questions..
-Patrick
--
Patrick Muldoon
Network/Software Engineer
INOC (<a class="moz-txt-link-freetext" href="http://www.inoc.net">http://www.inoc.net</a>)
"Bear left." "Right, Frog!"
- The Muppet Movie
</pre>
</blockquote>
</blockquote>
<pre wrap="">
--
Patrick Muldoon
Network/Software Engineer
INOC (<a class="moz-txt-link-freetext" href="http://www.inoc.net">http://www.inoc.net</a>)
M$ Windows: Insert wallet into Drive A: and press any key to empty
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
CDBUG-talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CDBUG-talk@lists.nycbug.org">CDBUG-talk@lists.nycbug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.nycbug.org/mailman/listinfo/cdbug-talk">http://lists.nycbug.org/mailman/listinfo/cdbug-talk</a></pre>
</blockquote>
<br>
</body>
</html>