diff --git a/bind8/edit_zonekey.cgi b/bind8/edit_zonekey.cgi
index fd5eb88c7..a078e58c0 100755
--- a/bind8/edit_zonekey.cgi
+++ b/bind8/edit_zonekey.cgi
@@ -55,6 +55,10 @@ if (@keyrecs) {
"off", 0, "readonly style='width:90%'"),"
\n";
print &text('zonekey_privatefile',
"$key->{'privatefile'}"),"
\n";
+ if ($key->{'algorithm'}) {
+ print &text('zonekey_algorithm',
+ "$key->{'algorithm'}"),"
\n";
+ }
print &ui_hidden_end();
}
diff --git a/bind8/lang/en b/bind8/lang/en
index a5cb0e970..a67c07baf 100644
--- a/bind8/lang/en
+++ b/bind8/lang/en
@@ -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 ..