Show key algorithm

This commit is contained in:
Jamie Cameron
2022-03-11 10:22:33 -08:00
parent aee4c546e6
commit 40cbc1787b
2 changed files with 5 additions and 0 deletions

View File

@@ -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();
}

View File

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