From 23db04eb09ba9de502f1bb796b9213d6bfb34333 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 26 Dec 2014 21:06:59 +0000 Subject: [PATCH] Add information regarding FreeBSD SSL issues. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 0584e91..5375296 100644 --- a/README.rst +++ b/README.rst @@ -86,6 +86,12 @@ have ``fetch`` available though: fetch -o install_salt.sh https://bootstrap.saltstack.com sudo sh install_salt.sh +If you have any SSL issues install ``ca_root_nssp``: + +..code:: console + + pkg install ca_root_nssp + If all you want is to install a ``salt-master`` using latest git: