This repository contains Ansible playbooks for generating certificate signing requests for Strato ssl certificates.
- Ensure you have Ansible installed (e.g.
pip3 install ansible
)
-
Copy the example variable file and name it
config.yml
-
Define the required variables
# Set path to certificates directory csr_path: "{{ playbook_dir }}/certs" # Set list of certificates (csr) csr: - common_name: example.com subject_alt_name: - DNS:blog.example.com
-
Run the Ansible playbook
ansible-playbook play-csr.yml
Copyright © 2024 Niclas Spreng
Licensed under the MIT license.