mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
More refactorings (#890)
* Improve typing. * Improve version parameter validation for x509_certificate* modules. * Use utils for parsing retry-after.
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
assert:
|
||||
that:
|
||||
- ownca_v2_certificate is failed
|
||||
- "'The cryptography backend does not support v2 certificates' in ownca_v2_certificate.msg"
|
||||
when: "select_crypto_backend == 'cryptography'"
|
||||
|
||||
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
assert:
|
||||
that:
|
||||
- selfsigned_v2_cert is failed
|
||||
- "'The cryptography backend does not support v2 certificates' in selfsigned_v2_cert.msg"
|
||||
when: select_crypto_backend == 'cryptography'
|
||||
|
||||
- name: (Selfsigned validation, {{select_crypto_backend}}) Validate certificate2 (test - privatekey modulus)
|
||||
|
||||
Reference in New Issue
Block a user