A role to generate certificate signing request (CSR) and private key for a host using CFSSL. Supports subject alternate names.
See meta/main.yml
See meta/main.yml
Recommended to target localhost if you're managing a local eyes-above-the-wall PKI.
- hosts: localhost
connection: local
roles:
- role: spk83.pki-client
pki_client_dir: ~/pki
pki_client_cname: www-1.example.com
pki_client_sans:
- www.example.com
MIT
Vishal Shah vishal.shah@nyu.edu