cfssl-server-role/defaults/main.yml

24 lines
414 B
YAML
Raw Normal View History

2022-12-16 16:51:39 +00:00
---
cfssl_version: 1.6.3
2022-12-21 19:51:34 +00:00
cfssl_bin_directory: '/usr/bin'
cfssl_port: '8888'
2022-12-21 00:27:29 +00:00
cfssl_auth_key: "0123456789ABCDEF0123456789ABCDEF"
2022-12-16 16:51:39 +00:00
2022-12-21 19:51:34 +00:00
pki_dir: '/opt/cfssl'
2022-12-16 16:51:39 +00:00
pki_key:
2022-12-21 19:51:34 +00:00
algo: 'rsa'
2022-12-16 16:51:39 +00:00
size: 4096
pki_names:
2022-12-21 19:51:34 +00:00
- C: 'FR'
2022-12-16 16:51:39 +00:00
L: 'Paris'
O: 'Acme'
2022-12-21 00:27:29 +00:00
OU: 'IT'
2022-12-16 16:51:39 +00:00
pki_ca:
2022-12-21 19:51:34 +00:00
cname: 'My Internal Certification Authority'
expiry: '262800h'
2022-12-16 16:51:39 +00:00
pki_intermediate_ca:
2022-12-21 19:51:34 +00:00
cname: 'My Intermediate Internal Certification Authority'