mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-21 03:57:40 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
5
configs/named/rndc.key
Normal file
5
configs/named/rndc.key
Normal file
@@ -0,0 +1,5 @@
|
||||
# rndc keys
|
||||
key "certbot." { algorithm hmac-sha256; secret "REPLACE_KEY_CERTBOT"; };
|
||||
key "rndc-key" { algorithm hmac-sha256; secret "REPLACE_KEY_RNDC"; };
|
||||
key "dhcp-key" { algorithm hmac-sha256; secret "REPLACE_KEY_DHCP"; };
|
||||
key "backup-key" { algorithm hmac-sha256; secret "REPLACE_KEY_BACKUP"; };
|
Reference in New Issue
Block a user