mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-02 17:24:35 +02:00
Add options to control certificate validation for api module (#37)
* Add options to control certificate validation for api module. * Linting. * Extend documentation. * Fix validate_cert_hostname=true. * Add documentation on setting up certificates on a RouterOS device.
This commit is contained in:
parent
937aa0dbfa
commit
75b4b966a6
4 changed files with 165 additions and 14 deletions
3
changelogs/fragments/37-api-validate-cert-options.yml
Normal file
3
changelogs/fragments/37-api-validate-cert-options.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- "api - rename option ``ssl`` to ``tls``, and keep the old name as an alias (https://github.com/ansible-collections/community.routeros/pull/37)."
|
||||
- "api - add options ``validate_certs`` (default value ``true``), ``validate_cert_hostname`` (default value ``false``), and ``ca_path`` to control certificate validation (https://github.com/ansible-collections/community.routeros/pull/37)."
|
Loading…
Add table
Add a link
Reference in a new issue