Add role
This commit is contained in:
parent
b9cce1be67
commit
e48f14003f
12 changed files with 350 additions and 6 deletions
24
roles/cfssl-server/defaults/main.yml
Normal file
24
roles/cfssl-server/defaults/main.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
cfssl_version: 1.6.3
|
||||
cfssl_bin_directory: /usr/bin
|
||||
cfssl_port: 8888
|
||||
|
||||
pki_dir: /opt/cfssl
|
||||
|
||||
pki_key:
|
||||
algo: rsa
|
||||
size: 4096
|
||||
|
||||
pki_names:
|
||||
- C: FR
|
||||
L: 'Paris'
|
||||
O: 'Acme'
|
||||
OU: IT
|
||||
|
||||
pki_ca:
|
||||
cname: My Internal Certification Authority
|
||||
expiry: 262800h
|
||||
|
||||
pki_intermediate_ca:
|
||||
cname: My Intermediate Internal Certification Authority
|
||||
expirity: 262800h
|
Loading…
Add table
Add a link
Reference in a new issue