diff options
Diffstat (limited to 'ipapython/certmonger.py')
-rw-r--r-- | ipapython/certmonger.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/certmonger.py b/ipapython/certmonger.py index bdc8591e..7f88a05d 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) |