mirror of https://github.com/ansible/ansible.git
Fix _validate_csr_subject and _validate_csr_signature (#62790)
On python 3, if there is no explicit "return True", the
function call will be seen as "False", thus failling the module
(cherry picked from commit 75c4e9ec05
)
pull/64281/head
parent
de4d3dc34d
commit
25ff3d491a
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "openssl_certificate - fix ``assertonly`` provider certificate verification, causing 'private key mismatch' and 'subject mismatch' errors."
|
Loading…
Reference in New Issue