mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add minion config
This commit is contained in:
parent
539bb2aa80
commit
c357e37831
1 changed files with 4 additions and 1 deletions
|
@ -53,8 +53,11 @@ master configuration file:
|
|||
certfile: <path_to_certfile>
|
||||
ssl_version: PROTOCOL_TLSv1_2
|
||||
|
||||
The `ssl` option in the minion configuration file looks like this:
|
||||
The minimal `ssl` option in the minion configuration file looks like this:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ssl: {}
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue