diff --git a/Divorce-Your-Linux-Admin.rst b/Divorce-Your-Linux-Admin.rst index 9a2a522..46931cf 100644 --- a/Divorce-Your-Linux-Admin.rst +++ b/Divorce-Your-Linux-Admin.rst @@ -273,10 +273,13 @@ ``.../tools/etc/openssl/cert.pem`` and ``.../tools/etc/openssl@1.1/etc/cert.pem`` should be moved to a backup name or location. Then these names should be - symlinked to your sytem CA chain. On a ``CentOS`` system - this is typically found at:: + symlinked to the CA chain found in your system trust store. + On a ``CentOS`` system this is typically found under:: - /etc/pki/ca-trust/expetracted/pem/tls-ca-bundle.pem + /etc/pki/.... # somewhere + + You'll have to see how your system is configured to find + the CA cert chain you want. If you absolutely cannot get this working you can turn off certificate validation *but this is highly discouraged*. By