mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-15 17:20:20 +00:00
Add a warning about the inherit insecurity of the short url.
This enough @thatch45?
This commit is contained in:
parent
125e7b2d54
commit
26438a96c1
1 changed files with 15 additions and 0 deletions
15
README.rst
15
README.rst
|
@ -1,3 +1,9 @@
|
|||
.. raw:: html
|
||||
|
||||
<style> .red {color: red;} </style>
|
||||
|
||||
.. role:: red
|
||||
|
||||
==================
|
||||
Bootstrapping Salt
|
||||
==================
|
||||
|
@ -19,6 +25,15 @@ One Line Bootstrap
|
|||
If you're looking for the *one-liner* to install salt(please remove ``sudo`` from the following
|
||||
*one-liners* if running them as the ``root`` user).
|
||||
|
||||
:red:`Attention`: The following examples are provided as an helpful and short way to install Salt.
|
||||
The URL used is just an HTTP redirect and as such it **will**, most likely, make
|
||||
either ``curl`` or ``wget`` or ``fetch`` (in FreeBSD >= 10), to complain about
|
||||
certificate issues. If this worries you, you **should not** use this URL. Use
|
||||
instead::
|
||||
|
||||
https://github.com/saltstack/salt-bootstrap/raw/develop/bootstrap-salt.sh
|
||||
|
||||
|
||||
For example, using ``curl`` to install latest git:
|
||||
|
||||
.. code:: console
|
||||
|
|
Loading…
Add table
Reference in a new issue