cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
741
Views
5
Helpful
1
Replies

Using Ansible to configure self signed certificate

JesseSmith8517
Level 1
Level 1

Has anyone written a Ansible playbook to create/manage certificates?  If no, has anyone seen one?

1 Reply 1

Marcel Zehnder
Spotlight
Spotlight

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