reorg directory
This commit is contained in:
parent
36191c9605
commit
ed537ce40b
10 changed files with 0 additions and 0 deletions
24
defaults/main.yml
Normal file
24
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