summaryrefslogtreecommitdiffstats
path: root/ipapython/certmonger.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/certmonger.py')
-rw-r--r--ipapython/certmonger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/certmonger.py b/ipapython/certmonger.py
index bdc8591e7..7f88a05d0 100644
--- a/ipapython/certmonger.py
+++ b/ipapython/certmonger.py
@@ -337,7 +337,7 @@ def get_pin(token):
The caller is expected to handle any exceptions raised.
"""
- filename = '/var/lib/pki-ca/conf/password.conf'
+ filename = '/var/lib/pki/pki-tomcat/conf/password.conf'
with open(filename, 'r') as f:
for line in f:
(tok, pin) = line.split('=', 1)