Update content list in README. (#643)
parent
e64d617de6
commit
55c94eb5c0
73
README.md
73
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue