Request SSL/TLS certificates with the Certificate Authority Gateway (CAGW) API. You can find documentation for the collection here
Tested with the Ansible Core >= 2.14.0 versions, and the current development version of Ansible. Ansible Core versions before 2.14.0 are not supported.
This collection is tested with Python 3.10.12. Minimum Python version of 3.6
is required for this collection to function properly.
To install the Entrust Crypto Ansible Collection using the command-line interface, execute the following:
ansible-galaxy collection install entrust.crypto
To include the collection in a requirements.yml
file and install it through ansible-galaxy
, use the following format:
---
collections:
- entrust.crypto
Then run:
ansible-galaxy collection install -r requirements.yml
If you want to develop new content or improve on this collection, please open an issue or create a pull request. All contributions are welcome!
See the changelog for a history of notable changes to this collection
See the license for more information