From 5836772ef7e9ff1a6647848655b6af59231ea546 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 18 Sep 2017 19:47:27 +0200 Subject: [PATCH] [mod] we can actually uses sha512 here --- dynette.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynette.rb b/dynette.rb index d2d62c6..6b10d0b 100755 --- a/dynette.rb +++ b/dynette.rb @@ -30,7 +30,7 @@ class Entry # for historical reasons, dnssec algo was md5, so we assume that every # entry is using md5 while we provide automatic upgrade code inside - # yunohost to move to sha256 instead (and register new domains using sh256) + # yunohost to move to sha512 instead (and register new domains using sh512) # it would be good to depreciate md5 in the futur but that migh be complicated property :key_algo, String, :default => "hmac-md5"