mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Add information regarding FreeBSD SSL issues.
This commit is contained in:
parent
a9fea1fd14
commit
23db04eb09
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ have ``fetch`` available though:
|
||||||
fetch -o install_salt.sh https://bootstrap.saltstack.com
|
fetch -o install_salt.sh https://bootstrap.saltstack.com
|
||||||
sudo sh install_salt.sh
|
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:
|
If all you want is to install a ``salt-master`` using latest git:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue