summaryrefslogtreecommitdiffstats
path: root/base/ca/shared/webapps
diff options
context:
space:
mode:
Diffstat (limited to 'base/ca/shared/webapps')
-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