Skip to content

Instantly share code, notes, and snippets.

@MikeWilkie
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeWilkie/afe418e339133cca7d15 to your computer and use it in GitHub Desktop.
Save MikeWilkie/afe418e339133cca7d15 to your computer and use it in GitHub Desktop.
Axivo SSL Setup
rpm -ivh --nosignature http://rpm.axivo.com/redhat/axivo-release-6-1.noarch.rpm
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/axivo.repo
sed -i "s/gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AXIVO/gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AXIVO\nincludepkgs=openssl*/" /etc/yum.repos.d/axivo.repo
yum install openssl openssl-libs openssl-devel openssl-static -y
yum update openssl openssl-libs openssl-devel openssl-static -y
yum update openssl -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment