summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-10 17:25:50 +0000
committercfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-10 17:25:50 +0000
commitd15642b1bd181454a822d8dfc16923373434093a (patch)
tree7824e22e4814a110876c37035c7d20dd83f5b572
parentcdc55c022e99ea1aba613e1bcf0ca9de969cbe69 (diff)
downloadpki-d15642b1bd181454a822d8dfc16923373434093a.tar.gz
pki-d15642b1bd181454a822d8dfc16923373434093a.tar.xz
pki-d15642b1bd181454a822d8dfc16923373434093a.zip
Bug 437188 - enrollment always asks to archive the keys
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@577 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template
index f35081cd3..24875df31 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template
@@ -163,7 +163,7 @@ function validate()
crmfObject = crypto.generateCRMFRequest(
"CN=x",
"regToken", "authenticator",
- keyTransportCert,
+ null,
"setCRMFRequest();",
parseInt(keyLength.value), null, "rsa-dual-use");
}