mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-15 17:20:20 +00:00
Add the remaining certificates information, cp
or ln
This commit is contained in:
parent
23db04eb09
commit
c3859abdb6
1 changed files with 12 additions and 0 deletions
12
README.rst
12
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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue