mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Correct package name for FreeBSD installation
This commit is contained in:
parent
2eb7a277f1
commit
cb4d6763fb
1 changed files with 2 additions and 2 deletions
|
@ -144,11 +144,11 @@ have ``fetch`` available though:
|
|||
fetch -o bootstrap-salt.sh https://bootstrap.saltstack.com
|
||||
sudo sh bootstrap-salt.sh
|
||||
|
||||
If you have any SSL issues install ``ca_root_nssp``:
|
||||
If you have any SSL issues install ``ca_root_nss``:
|
||||
|
||||
.. code:: console
|
||||
|
||||
pkg install ca_root_nssp
|
||||
pkg install ca_root_nss
|
||||
|
||||
And either copy the certificates to the place where fetch can find them:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue