[doc] it's tsig, not dnssec

This commit is contained in:
Laurent Peuch 2017-10-09 12:34:55 +02:00
parent b8487cd3a9
commit e25a8cb738

View file

@ -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