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

Brian Callahan bcallah at devio.us
Thu Sep 10 09:51:20 EDT 2015



On 9/10/2015 9:47 AM, Patrick Muldoon wrote:
>
>
>
>
>
>> 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
>
>
>
>
>
>
>
> _______________________________________________
> CDBUG-talk mailing list
> CDBUG-talk at lists.nycbug.org
> http://lists.nycbug.org/mailman/listinfo/cdbug-talk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nycbug.org/pipermail/cdbug-talk/attachments/20150910/309e840a/attachment.html>


More information about the CDBUG-talk mailing list