[BlueOnyx:20026] Re: let's encrypt aventurin 6108R *Fixed*
Michael Stauber
mstauber at blueonyx.it
Tue Aug 30 20:25:51 -05 2016
Hi Gregg,
> Ok but this is a 5208R build 20140909
I see. Well, here is a procedure that ought to work anywhere:
yum clean all
yum install krb5-devel zlib-devel
rpm -e --nodeps --justdb openssl openssl-devel
yum install openssl openssl-devel
/usr/sausalito/letsencrypt/certbot-auto --os-packages-only
The command ...
rpm -e --nodeps --justdb openssl openssl-devel
... will not really uninstall OpenSSL. It just removes it from the RPM
database (due to the --justdb switch) without removing any OpenSSL
related files.
The subsequent "yum install openssl openssl-devel" will throw a lot of
warnings about programs and utilities that require openssl and are
currently (according to the RPM database) missing it. But you can ignore
these warnings and the "yum install openssl openssl-devel" should go
through just fine.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list