community.general/lib/ansible/modules/crypto/acme
Felix Fontein fadf8a2d09 ACME: improve documentation (#44691)
* Override description for account_key_src and account_key_content to also mention private_key_*.

* Convert generic OpenSSL/cryptography remark from description to note.

This avoids the whole description list to be sorted alphabetically, which will be done by plugin_docs.py in case description is mentioned in both module fragment and module itself.

* Moving more notes to the notes: section.

* Uniformization of first paragraph. Mainly mention ACME supporting CAs, and only then mention Let's Encrypt as one of them.

* Adjusting to current drafts.

* Adjusting to updated drafts.

* Harmonizing short module descriptions.

* Referencing helper modules.

* Move general Let's Encrypt remark to doc fragment.

* Changing some Let's Encrypt references to more generic statements.
2018-08-26 22:46:55 +02:00
..
__init__.py
_letsencrypt.py
acme_account.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_account_facts.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_certificate.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_certificate_revoke.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_challenge_cert_helper.py ACME: new helper module for ACME challenges which need TLS certs (#43756) 2018-08-22 23:12:43 +02:00