get_certificate - add starttls option with support for mysql (#264)

* Initial commit

* Adding changelog fragment

* Applying initial review suggestion
This commit is contained in:
Ajpantuso
2021-08-15 09:40:54 -04:00
committed by GitHub
parent c9ec463893
commit b59846b9fa
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- get_certificate - added ``starttls`` option to retrieve certificates from servers which require clients to request
an encrypted connection (https://github.com/ansible-collections/community.crypto/pull/264).