-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
577d862
commit 6ba06f2
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
minor_changes: | ||
- get_certificate - adds ``tls_ctx_options`` option for specifying SSL CTX options (https://github.com/ansible-collections/community.crypto/pull/779). | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters