From c3859abdb6a7cab40998864c3f8494ebb91a83bc Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 27 Dec 2014 01:11:10 +0000 Subject: [PATCH] Add the remaining certificates information, `cp` or `ln` --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 5375296..7f07953 100644 --- a/README.rst +++ b/README.rst @@ -92,6 +92,18 @@ If you have any SSL issues install ``ca_root_nssp``: pkg install ca_root_nssp +And either copy the certificates to the place where fetch can find them: + +..code:: console + + cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem + +Or link them to the right place: + +..code:: console + + ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem + If all you want is to install a ``salt-master`` using latest git: