crans_bcfg2/Python/etc/bind/rndc.key
2015-05-10 15:19:17 +02:00

16 lines
255 B
Text

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