Display the path to the PKCS#12 password file at the end of installation

This commit is contained in:
Rob Crittenden
2008-02-19 11:40:27 -05:00
parent 73a674ed49
commit eef18e5c38

View File

@@ -506,6 +506,7 @@ def main():
print ""
print "Be sure to back up the CA certificate stored in " + ipaserver.dsinstance.config_dirname(ds.serverid) + "cacert.p12"
print "The password for this file is in " + ipaserver.dsinstance.config_dirname(ds.serverid) + "pwdfile.txt"
return 0