X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvFW%2Fscripts%2Fv_firewall_install_arm64.sh;h=e3c0d3777778c856cea6e39d29e3c0642b8230bd;hb=refs%2Fchanges%2F02%2F100502%2F1;hp=c97fa91f0152b53a837f7176f608a58f68446cd5;hpb=08c029aa4bc814599cf75b5db692ae3266b830b3;p=demo.git diff --git a/vnfs/vFW/scripts/v_firewall_install_arm64.sh b/vnfs/vFW/scripts/v_firewall_install_arm64.sh index c97fa91f..e3c0d377 100755 --- a/vnfs/vFW/scripts/v_firewall_install_arm64.sh +++ b/vnfs/vFW/scripts/v_firewall_install_arm64.sh @@ -65,6 +65,12 @@ apt-get update apt-get install --allow-unauthenticated -y make wget openjdk-8-jdk gcc libcurl4-openssl-dev python-pip bridge-utils apt-transport-https ca-certificates pip install jsonschema +# Install fd.io certificate +HOST=nexus.fd.io +PORT=443 +TRUST_CERT_FILE="/etc/ssl/certs/ca-certificates.crt" +bash -c "echo -n | openssl s_client -showcerts -connect $HOST:$PORT 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' >> $TRUST_CERT_FILE" + # Download artifacts for virtual firewall mkdir /opt/honeycomb cd /opt