Kirill Bespalov | 143f1f0 | 2017-08-25 13:28:39 +0300 | [diff] [blame] | 1 | --- |
2 | features: | ||||
3 | - | | ||||
4 | Added a system class to generate certificates and keys for MySQL. | ||||
5 | |||||
6 | **To generate files:** | ||||
7 | |||||
8 | #. Include the class to the Reclass model of your deployment: | ||||
9 | |||||
10 | .. code-block:: yaml | ||||
11 | |||||
12 | classes: | ||||
13 | - system.salt.minion.cert.mysql.server | ||||
14 | |||||
15 | #. Apply the :command:`salt.minion.cert` Salt state: | ||||
16 | |||||
17 | .. code-block:: bash | ||||
18 | |||||
19 | salt '*' state.sls salt.minion.cert |