summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_external_ca.py
Commit message (Collapse)AuthorAgeFilesLines
* ipatests: fix the install of external caMilan KubĂ­k2016-01-271-1/+3
| | | | | | | | | Fixes the install invocation in the test to use domain and realm correctly. Also makes the test aware of domain levels. https://fedorahosted.org/freeipa/ticket/5605 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
* External CA installer options usability fixesJan Cholasta2014-09-301-2/+2
| | | | | | | | | | | The --external_cert_file and --external_ca_file options of ipa-server-install and ipa-ca-install have been replaced by --external-cert-file option which accepts multiple files. The files are accepted in PEM and DER certificate and PKCS#7 certificate chain formats. https://fedorahosted.org/freeipa/ticket/4480 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Add test for external CA installationAna Krivokapic2013-10-291-0/+107
https://fedorahosted.org/freeipa/ticket/3819