mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
This should be good to go now
This commit is contained in:
parent
c357e37831
commit
b230c35eac
1 changed files with 5 additions and 0 deletions
|
@ -57,8 +57,13 @@ The minimal `ssl` option in the minion configuration file looks like this:
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
ssl: True
|
||||
# Versions below 2016.11.4:
|
||||
ssl: {}
|
||||
|
||||
Specific options can be sent to the minion also, as defined in the Python
|
||||
`ssl.wrap_socket` function.
|
||||
|
||||
.. note::
|
||||
|
||||
While setting the ssl_version is not required, we recomend it. Some older
|
||||
|
|
Loading…
Add table
Reference in a new issue