You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable TLS/SSL CTX Options for the get_certificate Module (#779)
* Enable SSL CTX options for get_certificate
Signed-off-by: David Ehrman <[email protected]>
* Support both str and int SSL CTX options, override defaults
Signed-off-by: David Ehrman <[email protected]>
* Add changelog fragment
Signed-off-by: David Ehrman <[email protected]>
* Resolve doc builder error
ssl_ctx_options can be a mix of str and int, but `elements: [ str, int ]` made the Ansible doc builder angry.
Signed-off-by: David Ehrman <[email protected]>
* Set ssl_ctx_options version_added
Signed-off-by: David Ehrman <[email protected]>
* Initial application of suggestions from code review
Working on completing application of suggestions
Co-authored-by: Felix Fontein <[email protected]>
* Finish applying suggestions from code review
Signed-off-by: David Ehrman <[email protected]>
* Documentation update
Co-authored-by: Felix Fontein <[email protected]>
* Include value in fail output for wrong data type
Co-authored-by: Felix Fontein <[email protected]>
* Handle invalid tls_ctx_option strings
Co-authored-by: Felix Fontein <[email protected]>
* Minor documentation update
Signed-off-by: David Ehrman <[email protected]>
---------
Signed-off-by: David Ehrman <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
0 commit comments