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
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
9 years ago
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 9 years ago
openssl_csr.py crypto/openssl_*: Standardize implementaton and add support keyUsage, extenededKeyUsage (#27281) 9 years ago
openssl_privatekey.py Get rid of more wildcard imports and add boilerplate to more modules 9 years ago
openssl_publickey.py Get rid of more wildcard imports and add boilerplate to more modules 9 years ago