1003
Views
5
Helpful
1
Replies
Using Ansible to configure self signed certificate
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2023 09:18 PM
Has anyone written a Ansible playbook to create/manage certificates? If no, has anyone seen one?
Labels:
- Labels:
-
Open Source and Open Standards
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 07:00 AM - edited 01-30-2023 07:03 AM
The community.crypto collection offers multiple modules that create private keys, certificate signing requests, and certificates. Start here:
Repo: https://github.com/ansible-collections/community.crypto
Doc: https://docs.ansible.com/ansible/latest/collections/community/crypto/
HTH
