Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: Ali. on February 18, 2017, 05:26:59 am

Title: Let's Encrypt & Centova on CentOS 7
Post by: Ali. on February 18, 2017, 05:26:59 am
Hello,
Is anyone else having trouble issuing Let's Encrypt SSL with Centova on CentOS 7?

I have tested and this works okay on CentOS 6 but on CentOS 7 I get no output when I issue:
/usr/local/centovacast/sbin/setssl letsencrypt HOSTNAME
Title: Re: Let's Encrypt & Centova on CentOS 7
Post by: Ali. on February 20, 2017, 08:59:12 am
For anyone else having the same issue, make sure OpenSSL is installed. Somehow, one of our servers didn't have openssl setup:
yum install openssl
yum install openssl-devel