mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix RST markup in Readme
- There should be a space for proper code rendering syntax
This commit is contained in:
parent
1e6f249ea1
commit
c991a973fb
1 changed files with 3 additions and 3 deletions
|
@ -88,19 +88,19 @@ have ``fetch`` available though:
|
|||
|
||||
If you have any SSL issues install ``ca_root_nssp``:
|
||||
|
||||
..code:: console
|
||||
.. code:: console
|
||||
|
||||
pkg install ca_root_nssp
|
||||
|
||||
And either copy the certificates to the place where fetch can find them:
|
||||
|
||||
..code:: console
|
||||
.. code:: console
|
||||
|
||||
cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
|
||||
|
||||
Or link them to the right place:
|
||||
|
||||
..code:: console
|
||||
.. code:: console
|
||||
|
||||
ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue