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
Yanis Guenane f7f3f4b62c crypto: Add new module openssl_certificate (#28263)
This commit aims to add the openssl_certificate module.

This module allows a user to manage openssl certificates.
This module implement the notion of backend provider, making this module
extensible to anyone wish as long as a provider is coded for it.

The current three providers are the following:

  * selfsigned: Allows a user to self signed a certificate
  * acme: Allow a user to generate acme-based CA challenges certificate.
          (As of this writing this targets letsencrypt)
  * assertonly: Allow a user to assert the characteristic of her SSL
                certificate

Co-Authored-By: Markus Teufelberger <mteufelberger+ansible@mgit.at>
8 years ago
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 9 years ago
openssl_certificate.py crypto: Add new module openssl_certificate (#28263) 8 years ago
openssl_csr.py openssl_csr: Ensure array comparison is deterministic (#28265) 8 years ago
openssl_privatekey.py Extend test coverage for openssl modules (#27548) 8 years ago
openssl_publickey.py Update metadata to 1.1 8 years ago