summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-02-22 23:20:14 -0500
committerMartin Kosek <mkosek@redhat.com>2012-02-23 11:26:06 +0100
commitb9e368553421e4ca7052ffbd4ce01926e8519196 (patch)
treed4d4449135a44bd5136166ece81d431c44c2cd9f /ipaserver
parent960baaebf4a1305a38f7cec099f51607e2427d24 (diff)
downloadfreeipa-b9e368553421e4ca7052ffbd4ce01926e8519196.tar.gz
freeipa-b9e368553421e4ca7052ffbd4ce01926e8519196.tar.xz
freeipa-b9e368553421e4ca7052ffbd4ce01926e8519196.zip
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
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/cainstance.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py
index 692a53d48..d2c8d0576 100644
--- a/ipaserver/install/cainstance.py
+++ b/ipaserver/install/cainstance.py
@@ -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,