blob: ebfd5ed7bf9e13a31b596f300f39e6e65078d5cc [file] [log] [blame]
---
# pki-root-ca/defaults/main.yml
pki_dir: "{{ playbook_dir }}/pki"
# ca parameters
ca_digest: "sha256"
ca_size: 4096
ca_root_days: 3650
# passphrases for the key
ca_root_phrase: "{{ lookup('password', 'credentials/ca_root_phrase length=64') }}"
# noninteractive csr subject
ca_root_subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=CORD Test Deployment Root CA"