community.general/lib/ansible/modules/crypto
Christian Pointner 1ce2bf56a2 crypto/openssl_*: Standardize implementaton and add support keyUsage, extenededKeyUsage (#27281)
* openssl_csr: make subjectAltNames a list

* csr module now uses the new standard way to build openssl crypto modules

* add check functions for subject and subjectAltNames

* added support for keyUsage and extendedKeyUsage

* check if CSR signature is correct (aka the privatekey belongs to the CSR)

* fixes for first PR review

* fixes for second PR review

* openssl_csr: there is no need to pass on privatekey as it can be accessed directly

* openssl_csr: documentation fixes
2017-08-03 12:27:17 +01:00
..
__init__.py
openssl_csr.py crypto/openssl_*: Standardize implementaton and add support keyUsage, extenededKeyUsage (#27281) 2017-08-03 12:27:17 +01:00
openssl_privatekey.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
openssl_publickey.py Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00