[BlueOnyx:20051] Re: let's encrypt aventurin 6108R *Fixed*
Michael Stauber
mstauber at blueonyx.it
Wed Aug 31 17:51:43 -05 2016
Hi Gregg,
> Bump
Please see: [BlueOnyx:20026] Re: let's encrypt aventurin 6108R *Fixed*
------------
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