mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Martin Kosek
parent
960baaebf4
commit
b9e3685534
@@ -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,
|
||||
|
Reference in New Issue
Block a user