summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Wnuk <awnuk@redhat.com>2012-08-27 13:35:35 -0700
committerAndrew Wnuk <awnuk@redhat.com>2012-08-27 13:35:35 -0700
commit6fa779715551162b18cd6272e4f5be3dcf17dd29 (patch)
tree6704c21707428aa9f7f83dfd493447e7775ad540
parenta3af1af5c2330d85edd7de911481e687e9a3a090 (diff)
downloadpki-6fa779715551162b18cd6272e4f5be3dcf17dd29.tar.gz
pki-6fa779715551162b18cd6272e4f5be3dcf17dd29.tar.xz
pki-6fa779715551162b18cd6272e4f5be3dcf17dd29.zip
Small correction
Small correction to fix for bug #819123. Bug #819123
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template
index bfbb17de3..0d7dff8d4 100644
--- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template
+++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template
@@ -680,7 +680,7 @@ for (var m = 0; m < inputPluginListSet.length; m++) {
}
document.writeln('<input type=hidden name=cert_request value="">');
} else {
- document.writeln('<KEYGEN name=' + inputListSet[n].inputId + '>');
+ document.writeln('<KEYGEN name="' + inputListSet[n].inputId + '" challenge="none" keytype="'+keyTypeOptions("")+'">');
}
} else if (inputListSet[n].inputSyntax == 'dual_keygen_request_type') {
keygen_request = 'true';