Merge "Fixes DIB_IPA_CERT certificate copy issue"

This commit is contained in:
Zuul 2020-08-07 03:03:35 +00:00 committed by Gerrit Code Review
commit ab65277ca4

View File

@ -45,5 +45,5 @@ esac
# Copying the self signed certificate for request library # Copying the self signed certificate for request library
if [ -f /tmp/in_target.d/ipa-trusted-cert.pem ]; then if [ -f /tmp/in_target.d/ipa-trusted-cert.pem ]; then
cat /tmp/in_target.d/ipa-trusted-cert.pem >> $($IPADIR/venv/bin/python -c "import requests; print requests.certs.where()") cat /tmp/in_target.d/ipa-trusted-cert.pem >> $($IPADIR/venv/bin/python -c "import requests; print(requests.certs.where())")
fi fi