Subject: | load TSIG keys at runtime |
Date: | Tue, 25 Nov 2014 02:52:12 +0000 |
To: | bind-suggest@isc.org |
From: | Evan Hunt <each@isc.org> |
Suggested by Petr Spacek in a thread about pkcs11...
> I was making the point that TSIG keys stored in key files (produced by
> dnssec-keygen) located in "keys-directory" are ignored by named and and
> are not usable in zone "update-policy".
>
> Maybe this could be a way how to separate keys from named config file and
> to allow dynamic key management at run-time (with an equivalent of rndc
> loadkeys for these TSIG keys).
Technically this is possible by using ddns-confgen to create keys,
putting them in a named.conf include file and running rndc reconfig.
But the idea of loading them the way we load DNSSEC keys is interesting.
They could also be inserted directly by an rndc command (e.g.
"rndc addkey keyname md5 <secret>").