Merge "Fixes DIB_IPA_CERT certificate copy issue"
This commit is contained in:
commit
ab65277ca4
@ -45,5 +45,5 @@ esac
|
||||
|
||||
# Copying the self signed certificate for request library
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user