systemd unit files for dnssec-keymgr (bind 9.16). No longer relevant with 9.18, but might still be useful. Archiving it here.
[Unit]
Description=dnssey-keymgr for %i
[Service]
Environment=DNSSEC_POLICY_FILE=/etc/dnssec-policy.conf
| #! /usr/bin/env python3 | |
| import argparse | |
| import socket | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument('ip') | |
| parser.add_argument('port', type=int) | |
| args = parser.parse_args() |
systemd unit files for dnssec-keymgr (bind 9.16). No longer relevant with 9.18, but might still be useful. Archiving it here.
[Unit]
Description=dnssey-keymgr for %i
[Service]
Environment=DNSSEC_POLICY_FILE=/etc/dnssec-policy.conf
| #! /bin/sh | |
| # Help output | |
| help() | |
| { | |
| cat << EOF | |
| Usage: $0 | |
| This script generates two Wireguard key pairs along with a pre-shared key. | |
| This key material can be used to quickly setup a point-to-point tunnel |