Fixes DIB_IPA_CERT certificate copy issue
Change-Id: I0b4c5d8fa5a45aeb4d5d999ca5b7e0798162b92b
This commit is contained in:
parent
70892a7a16
commit
90eafe078c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user