summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaplatform/base/paths.py')
-rw-r--r--ipaplatform/base/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index af502628e..e28147ab4 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -92,7 +92,7 @@ class BasePathNamespace(object):
PAM_LDAP_CONF = "/etc/pam_ldap.conf"
PASSWD = "/etc/passwd"
ETC_PKI_CA_DIR = "/etc/pki-ca"
- SYSTEMWIDE_CA_STORE = "/etc/pki/ca-trust/source/anchors/"
+ SYSTEMWIDE_IPA_CA_CRT = "/etc/pki/ca-trust/source/anchors/ipa-ca.crt"
IPA_P11_KIT = "/etc/pki/ca-trust/source/ipa.p11-kit"
NSS_DB_DIR = "/etc/pki/nssdb"
PKI_TOMCAT = "/etc/pki/pki-tomcat"