SSL issues after upgrading to 3.0.0.9

Report bugs and workarounds
Post Reply
tjg88

SSL issues after upgrading to 3.0.0.9

Post by tjg88 »

After I upgraded to 3.0.0.9, the upgrade seems to have reverted my system back to a self signed certificate. Is this a known issue?
ayh20
Posts: 13
Joined: 13 May 2015 13:01

Re: SSL issues after upgrading to 3.0.0.9

Post by ayh20 »

I note that the release notes are wrong.....

if says that the cert/key are in:

Code: Select all

/etc/pki/certs/localhost.crt
/etc/pki/private/localhost.key
but they are actually in:

Code: Select all

/etc/pki/tls/certs/localhost.crt
/etc/pki/tls/private/localhost.key
Post Reply