summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiconfig.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2012-07-18 17:48:11 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2012-07-19 10:16:42 -0700
commit3fcefc1b67e7afe0455267b3876d9e6ef47531cc (patch)
tree023d0c199d696df9655174f2e3a5a7d79bb52310 /base/deploy/src/scriptlets/pkiconfig.py
parent0ce6c97e4fe0e36786b78c273833b8f1dfbc12b4 (diff)
downloadpki-3fcefc1b67e7afe0455267b3876d9e6ef47531cc.tar.gz
pki-3fcefc1b67e7afe0455267b3876d9e6ef47531cc.tar.xz
pki-3fcefc1b67e7afe0455267b3876d9e6ef47531cc.zip
PKI Deployment Scriptlets
Saved Admin Certificate, imported it into NSS client security databases, and exported it to a PKCS #12 file such that it may be imported into a browser. TRAC Ticket #221 Dogtag 10: Create a PKCS #12 file containing the Admin Certificate (https://fedorahosted.org/pki/ticket/221)
Diffstat (limited to 'base/deploy/src/scriptlets/pkiconfig.py')
-rw-r--r--base/deploy/src/scriptlets/pkiconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/deploy/src/scriptlets/pkiconfig.py b/base/deploy/src/scriptlets/pkiconfig.py
index 07537d7aa..59526e667 100644
--- a/base/deploy/src/scriptlets/pkiconfig.py
+++ b/base/deploy/src/scriptlets/pkiconfig.py
@@ -20,6 +20,7 @@
#
# PKI Deployment Constants
+PKI_DEPLOYMENT_DEFAULT_CLIENT_DIR_PERMISSIONS = 00755
PKI_DEPLOYMENT_DEFAULT_DIR_PERMISSIONS = 00770
PKI_DEPLOYMENT_DEFAULT_EXE_PERMISSIONS = 00770
PKI_DEPLOYMENT_DEFAULT_FILE_PERMISSIONS = 00660