fix role
This commit is contained in:
parent
f2816881b3
commit
a171adff47
5 changed files with 78 additions and 78 deletions
|
@ -1,25 +1,24 @@
|
|||
---
|
||||
cfssl_version: 1.6.3
|
||||
cfssl_bin_directory: /usr/bin
|
||||
cfssl_port: 8888
|
||||
cfssl_bin_directory: '/usr/bin'
|
||||
cfssl_port: '8888'
|
||||
cfssl_auth_key: "0123456789ABCDEF0123456789ABCDEF"
|
||||
|
||||
pki_dir: /opt/cfssl
|
||||
pki_dir: '/opt/cfssl'
|
||||
|
||||
pki_key:
|
||||
algo: rsa
|
||||
algo: 'rsa'
|
||||
size: 4096
|
||||
|
||||
pki_names:
|
||||
- C: FR
|
||||
- C: 'FR'
|
||||
L: 'Paris'
|
||||
O: 'Acme'
|
||||
OU: 'IT'
|
||||
|
||||
pki_ca:
|
||||
cname: My Internal Certification Authority
|
||||
expiry: 262800h
|
||||
cname: 'My Internal Certification Authority'
|
||||
expiry: '262800h'
|
||||
|
||||
pki_intermediate_ca:
|
||||
cname: My Intermediate Internal Certification Authority
|
||||
expirity: 262800h
|
||||
cname: 'My Intermediate Internal Certification Authority'
|
Loading…
Add table
Add a link
Reference in a new issue