crans_bcfg2/Python/etc/bind/rndc.key
Valentin Samir cc6041ef52 [bind] ajout de la validation dnssec
Ignore-this: 7b95172a7151d8afb3875992248e5b3a

darcs-hash:20121101170635-3a55a-bd99f5e9f354cd835956e1a4b9ff625e574633e9.gz
2012-11-01 18:06:35 +01:00

16 lines
256 B
Text

include("secrets")
info["owner"] = "bind"
info["group"] = "bind"
info["perms"] = 0640
@// Fichier gere par BCfg2 (plugin Python)
@//
@// A ne modifier que sur vert
@
@key "key" {
@ algorithm hmac-md5;
print ' secret "%s";' % secrets.rndc_key
@};