[CDBUG-talk] Slides / Notes from My Talk Last night

Patrick Muldoon doon at inoc.net
Thu Sep 10 09:47:58 EDT 2015







> On Sep 9, 2015, at 12:54 PM, freebsd at fongaboo.com wrote:
> 
> 
> Awesome. Thanks again for this.
> 
> Could you paste the shell script from page 36 into a reply? (It's a screenshot)
> 

#!/bin/bash

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...



> On Wed, 9 Sep 2015, Patrick Muldoon wrote:
> 
>> PDF export from Keynote, includes Speaker Notes (Sorry I don't actually have tons of notes..)
>> 
>> http://labratsoftware.com/dnssec-cdbug/dnssec-cdbug.pdf
>> 
>> HTML Export from Keynote, just the slides, but hey it does the builds
>> http://labratsoftware.com/dnssec-cdbug/
>> 
>> let me know if you have any questions..
>> 
>> -Patrick
>> 
>> 
>> --
>> Patrick Muldoon
>> Network/Software Engineer
>> INOC (http://www.inoc.net)
>> 
>> "Bear left."  "Right, Frog!"
>> - The Muppet Movie
>> 
>> 

--
Patrick Muldoon
Network/Software Engineer
INOC (http://www.inoc.net)

M$ Windows: Insert wallet into Drive A: and press any key to empty





-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.nycbug.org/pipermail/cdbug-talk/attachments/20150910/d202c90e/attachment.bin>


More information about the CDBUG-talk mailing list