From e25a8cb7380402b82a4aeebb1b58b1458979d6f7 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 9 Oct 2017 12:34:55 +0200 Subject: [PATCH] [doc] it's tsig, not dnssec --- dynette.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynette.rb b/dynette.rb index 55c4e77..02f694f 100755 --- a/dynette.rb +++ b/dynette.rb @@ -29,7 +29,7 @@ class Entry # we need at least 90 chars for hmac-sha512 keys property :public_key, String, :length => 100 - # for historical reasons, dnssec algo was md5, so we assume that every + # for historical reasons, tsig algo was md5, so we assume that every # entry is using md5 while we provide automatic upgrade code inside # yunohost to move to sha512 instead (and register new domains using sha512) # it would be good to depreciate md5 in the futur but that migh be complicated