mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 18:24:52 +02:00
Add new api option force_no_cert (#124)
* Add new option force_no_cert Connect to a router without a certificate by using ADH ciphers. This can be useful when setting up a device. * Changelog * Update plugins/doc_fragments/api.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/124-api.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
78d8cfb1ad
commit
9567bbf292
5 changed files with 23 additions and 2 deletions
3
changelogs/fragments/124-api.yml
Normal file
3
changelogs/fragments/124-api.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- api* modules - Add new option ``force_no_cert`` to connect with ADH ciphers
|
||||
(https://github.com/ansible-collections/community.routeros/pull/124).
|
Loading…
Add table
Add a link
Reference in a new issue