URL: https://github.com/freeipa/freeipa/pull/1896 Author: tiran Title: #1896: Make ipatests' create_external_ca a script Action: opened
PR body: """ The test helper create_external_ca is useful to create an external root CA and sign ipa.csr for external CA testing. I also moved the file into ipatests top package to make the import shorter and to avoid an import warning.
Usage:
ipa-server-install --external-ca ... python3 -m ipatests.create_external_ca ipa-server-install --external-cert-file=/tmp/rootca.pem \ --external-cert-file=/tmp/ipaca.pem
Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1896/head:pr1896 git checkout pr1896