mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Update default DNSSEC algorithm to RSASHA256
This commit is contained in:
@@ -101,7 +101,7 @@ else {
|
||||
|
||||
# Key algorithm
|
||||
print &ui_table_row($text{'zonekey_alg'},
|
||||
&ui_select("alg", "RSASHA1",
|
||||
&ui_select("alg", "RSASHA256",
|
||||
[ &list_dnssec_algorithms() ]));
|
||||
|
||||
# Key size
|
||||
|
||||
Reference in New Issue
Block a user