From e4656ce3f71f5cc0ba124ed5082a264e2689140b Mon Sep 17 00:00:00 2001 From: Andrew Wnuk Date: Fri, 7 Jun 2013 21:08:52 -0400 Subject: exportable key Allows key to be exported. Bug 961522. --- base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/ca/shared/webapps') diff --git a/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template b/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template index 18ef7c2f6..75678e91d 100644 --- a/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template +++ b/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template @@ -509,6 +509,8 @@ Function checkRequest privateKey.KeySpec= "1" + ' Allows key to be exported. + privateKey.ExportPolicy = "1" ' Pick the provider that is selected set options = TheForm.all.cryptprovider.options -- cgit