Add the -v option to sslget to provide more verbose errors

I noticed a couple of bad references in ipapython/dogtag.py and
fixed those as well. We used to call sslget for all our SSL client
needs before python-nss was written.

https://fedorahosted.org/freeipa/ticket/2391
This commit is contained in:
Rob Crittenden
2012-02-22 23:20:14 -05:00
committed by Martin Kosek
parent 960baaebf4
commit b9e3685534
2 changed files with 4 additions and 2 deletions

View File

@@ -746,6 +746,7 @@ class CAInstance(service.Service):
# mod_nss.
args = [
'/usr/bin/sslget',
'-v',
'-n', 'ipa-ca-agent',
'-p', self.admin_password,
'-d', self.ca_agent_db,
@@ -765,6 +766,7 @@ class CAInstance(service.Service):
# Now issue the RA certificate.
args = [
'/usr/bin/sslget',
'-v',
'-n', 'ipa-ca-agent',
'-p', self.admin_password,
'-d', self.ca_agent_db,