Last active
August 29, 2015 14:02
-
-
Save MikeWilkie/afe418e339133cca7d15 to your computer and use it in GitHub Desktop.
Axivo SSL Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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