summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Wnuk <awnuk@redhat.com>2013-06-07 21:08:52 -0400
committerAndrew Wnuk <awnuk@redhat.com>2013-06-07 21:08:52 -0400
commite4656ce3f71f5cc0ba124ed5082a264e2689140b (patch)
tree6bd213ed6ae826e86e32268f1059a394ba461a32
parent5ae8e72a463a713151980b44bf5bce409e1519b7 (diff)
downloadpki-e4656ce3f71f5cc0ba124ed5082a264e2689140b.tar.gz
pki-e4656ce3f71f5cc0ba124ed5082a264e2689140b.tar.xz
pki-e4656ce3f71f5cc0ba124ed5082a264e2689140b.zip
exportable key
Allows key to be exported. Bug 961522.
-rw-r--r--base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template2
1 files changed, 2 insertions, 0 deletions
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