Skip to content

Instantly share code, notes, and snippets.

@sbimikesmullin
Created February 25, 2014 18:09
Show Gist options
  • Save sbimikesmullin/9214467 to your computer and use it in GitHub Desktop.
Save sbimikesmullin/9214467 to your computer and use it in GitHub Desktop.
# update CyberSource Certificate Authority files on Ubuntu
# update CyberSource Certificate Authority files on Ubuntu
cd /tmp
wget https://support.cybersource.com/library/KB/CYBERSOURCE/downloads/Entrust_2014.zip
unzip Entrust_2014.zip
cd Entrust_2014
openssl verify ics2ws.ic3.com.crt
cat *.crt >> /etc/pki/tls/certs/ca-bundle.crt
openssl verify ics2ws.ic3.com.crt
cd ..
rm -rf Entrust_2014/ Entrust_2014.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment