From 851f2b128f59f568cf82acb56ad26192da2db7d3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 25 Dec 2019 17:19:49 -0500 Subject: First public version --- tsig-keygen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsig-keygen.py') diff --git a/tsig-keygen.py b/tsig-keygen.py index 7ec30e1..4dfc192 100644 --- a/tsig-keygen.py +++ b/tsig-keygen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Pure Python TSIG key generator, with multiple output formats. +Pure Python TSIG key generator with multiple output formats. """ import os, base64, argparse, jinja2 -- cgit v1.2.3