Update content list in README. (#643)

pull/644/head
Felix Fontein 2023-08-02 12:00:25 +02:00 committed by GitHub
parent e64d617de6
commit 55c94eb5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 32 deletions

View File

@ -38,39 +38,48 @@ If you use the Ansible package and do not update collections independently, use
## Included content ## Included content
- OpenSSL / PKI modules: - OpenSSL / PKI modules and plugins:
- openssl_csr_info - certificate_complete_chain module
- openssl_csr - openssl_csr_info module and filter
- openssl_dhparam - openssl_csr_pipe module
- openssl_pkcs12 - openssl_csr module
- openssl_privatekey_info - openssl_dhparam module
- openssl_privatekey - openssl_pkcs12 module
- openssl_publickey - openssl_privatekey_convert module
- openssl_signature_info - openssl_privatekey_info module and filter
- openssl_signature - openssl_privatekey_pipe module
- x509_certificate_info - openssl_privatekey module
- x509_certificate - openssl_publickey_info module and filter
- x509_crl_info - openssl_publickey module
- x509_crl - openssl_signature_info module
- certificate_complete_chain - openssl_signature module
- OpenSSH modules: - split_pem filter
- openssh_cert - x509_certificate_info module and filter
- openssh_keypair - x509_certificate_pipe module
- ACME modules: - x509_certificate module
- acme_account_info - x509_crl_info module and filter
- acme_account - x509_crl module
- acme_certificate - OpenSSH modules and plugins:
- acme_certificate_revoke - openssh_cert module
- acme_challenge_cert_helper - openssh_keypair module
- acme_inspect - ACME modules and plugins:
- ECS modules: - acme_account_info module
- ecs_certificate - acme_account module
- ecs_domain - acme_certificate module
- Miscellaneous modules: - acme_certificate_revoke module
- get_certificate - acme_challenge_cert_helper module
- luks_device - acme_inspect module
- ECS modules and plugins:
- ecs_certificate module
- ecs_domain module
- GnuPG modules and plugins:
- gpg_fingerprint lookup and filter
- Miscellaneous modules and plugins:
- crypto_info module
- get_certificate module
- luks_device module
You can also find a list of all modules with documentation on the [Ansible docs site](https://docs.ansible.com/ansible/latest/collections/community/crypto/). You can also find a list of all modules and plugins with documentation on the [Ansible docs site](https://docs.ansible.com/ansible/latest/collections/community/crypto/), or the [latest commit collection documentation](https://ansible-collections.github.io/community.crypto/branch/main/).
## Using this collection ## Using this collection