From ea467e2e6dd77b6c45facb5066a205d5306a819c Mon Sep 17 00:00:00 2001 From: Jason Levine Date: Mon, 6 Oct 2014 14:54:49 -0400 Subject: [PATCH] add explicit installation of Net::SSLeay --- server.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server.org b/server.org index 89f181c..64ddcb1 100644 --- a/server.org +++ b/server.org @@ -2,7 +2,7 @@ * Base machine - A standard unix server -- Webmin (people complain but webmin is great) +- Webmin (people complain but webmin is great) + Net:SSLeay (see below) * Add these repos - sudo yum update @@ -17,3 +17,4 @@ - sudo yum --enablerepo=epel install -y mosh - sudo yum install mailman - sudo yum install ScrollZ +- sudo yum install libnet-ssleay-perl (so that webmin uses HTTPS rather than HTTP)