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
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
..
cli metadata 1.1 8 years ago
compat Remove wildcard imports 9 years ago
config Correct config manager deprecation warning 8 years ago
errors Ansible Config part2 (#27448) 8 years ago
executor executor stats and task_executor pep8 error (#23651) 8 years ago
galaxy Removes container-enabled warning (#27578) 9 years ago
inventory Ansible Config part2 (#27448) 8 years ago
module_utils exoscale: similar env vars as in cloudstack 8 years ago
modules crypto: Add new module openssl_certificate (#28263) 8 years ago
parsing metadata 1.1 8 years ago
playbook Handle errors in jmespath in json_query better (#22109) 8 years ago
plugins Fix junos integration test failure (#28491) 8 years ago
template Ansible Config part2 (#27448) 8 years ago
utils exoscale: similar env vars as in cloudstack 8 years ago
vars optimize reserved names warning 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Ansible Config part2 (#27448) 8 years ago
release.py Collated PEP8 fixes (#25293) 9 years ago