mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[doc] it's tsig, not dnssec
This commit is contained in:
parent
b8487cd3a9
commit
e25a8cb738
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue