mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Show key algorithm
This commit is contained in:
@@ -55,6 +55,10 @@ if (@keyrecs) {
|
||||
"off", 0, "readonly style='width:90%'"),"<br>\n";
|
||||
print &text('zonekey_privatefile',
|
||||
"<tt>$key->{'privatefile'}</tt>"),"<br>\n";
|
||||
if ($key->{'algorithm'}) {
|
||||
print &text('zonekey_algorithm',
|
||||
"<tt>$key->{'algorithm'}</tt>"),"<br>\n";
|
||||
}
|
||||
print &ui_hidden_end();
|
||||
}
|
||||
|
||||
|
||||
@@ -1275,6 +1275,7 @@ zonekey_public=Public key record :
|
||||
zonekey_publicfile=Public key file : $1
|
||||
zonekey_private=Private key details :
|
||||
zonekey_privatefile=Private key file : $1
|
||||
zonekey_algorithm=DNSSEC algorithm : $1
|
||||
zonekey_ds=DS record for parent zone :
|
||||
zonekey_expandksk=Show public and private key-signing-key details ..
|
||||
zonekey_expandzone=Show public and private zone-key details ..
|
||||
|
||||
Reference in New Issue
Block a user