Skip to content

Instantly share code, notes, and snippets.

$ = jQuery
queues = {}
running = false
queue = (name) ->
name = 'default' if name is true
queues[name] or= []
next = (name) ->
@vahtel
vahtel / gist:3003115
Created June 27, 2012 10:11
dnssec key rollover with softhsm

This is a SIMPLIFIED procedure how to manage key rollovers. When rolling over ZSK you must also include overlap time period.

####ZSK###

Take a look at the existing keys in softhsm

$ pkcs11-list
Enter PIN:
@vahtel
vahtel / gist:2953820
Last active October 2, 2016 10:37
Dnssec Bind 9.9 inline signing with softhsm