Skip to content

Commit

Permalink
Merge pull request #53 from barracuda-cloudgen-access/bncga-1942-gpg-…
Browse files Browse the repository at this point in the history
…hack

Add temporary fix for rpm SHA1 issue
  • Loading branch information
GMartinez-Sisti committed Jun 29, 2022
2 parents 524d2d4 + 7229b4a commit 95bcf28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cga-connector/scripts/install-cga-connector-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ deb https://${REPO_URL}/apt stable main
EOF"
sudo apt update
elif [[ "${ID_LIKE:-}" =~ rhel ]]; then
# Quick hack for "Error: GPG check FAILED"
# The signature will be updated for next releases
export OPENSSL_ENABLE_SHA1_SIGNATURES=1
yum-config-manager -y --add-repo https://downloads.fyde.com/fyde.repo
fi

Expand Down
3 changes: 3 additions & 0 deletions cga-proxy/scripts/install-cga-proxy-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ deb https://${REPO_URL}/apt stable main
EOF
sudo apt update
elif [[ "${ID_LIKE:-}" =~ rhel ]]; then
# Quick hack for "Error: GPG check FAILED"
# The signature will be updated for next releases
export OPENSSL_ENABLE_SHA1_SIGNATURES=1
yum-config-manager -y --add-repo "https://${REPO_URL}/fyde.repo"
fi

Expand Down

0 comments on commit 95bcf28

Please sign in to comment.