You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/crypto
s3lph 5b1c68579d Type error in openssl_certificate (#47508)
* Fixed #47505: Type error in openssl_certificate
* Use to_bytes instead of str.encode in SelfSignedCertificate. Updates #47508
* Use to_bytes instead of str.encode in OwnCACertificate
* Added integration tests for openssl_certificate: selfsigned_not_before/after and ownca_not_before/after
7 years ago
..
acme Change with_*: loops to loop: loops. Fix some examples. (#46373) 7 years ago
__init__.py Relocating extras into lib/ansible/modules/ after merge 9 years ago
certificate_complete_chain.py Adding module which allows to complete certificate chains (#44169) 8 years ago
openssh_keypair.py Add openssh_keypair module (#46436) 7 years ago
openssl_certificate.py Type error in openssl_certificate (#47508) 7 years ago
openssl_csr.py openss: fix various test and Python 3 issues (#47188) 7 years ago
openssl_dhparam.py More validate module fixes (#39097) 8 years ago
openssl_pkcs12.py openss: fix various test and Python 3 issues (#47188) 7 years ago
openssl_privatekey.py fix typo (#44712) 8 years ago
openssl_publickey.py More validate module fixes (#39097) 8 years ago