mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[mod] we can actually uses sha512 here
This commit is contained in:
parent
3c9eb4469c
commit
5836772ef7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Entry
|
||||||
|
|
||||||
# for historical reasons, dnssec algo was md5, so we assume that every
|
# for historical reasons, dnssec algo was md5, so we assume that every
|
||||||
# entry is using md5 while we provide automatic upgrade code inside
|
# 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
|
# it would be good to depreciate md5 in the futur but that migh be complicated
|
||||||
property :key_algo, String, :default => "hmac-md5"
|
property :key_algo, String, :default => "hmac-md5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue