add auth_key
This commit is contained in:
parent
ed537ce40b
commit
b518e20b2e
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
cfssl_version: 1.6.3
|
cfssl_version: 1.6.3
|
||||||
cfssl_bin_directory: /usr/bin
|
cfssl_bin_directory: /usr/bin
|
||||||
cfssl_port: 8888
|
cfssl_port: 8888
|
||||||
|
cfssl_auth_key: "0123456789ABCDEF0123456789ABCDEF"
|
||||||
|
|
||||||
pki_dir: /opt/cfssl
|
pki_dir: /opt/cfssl
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ pki_names:
|
||||||
- C: FR
|
- C: FR
|
||||||
L: 'Paris'
|
L: 'Paris'
|
||||||
O: 'Acme'
|
O: 'Acme'
|
||||||
OU: IT
|
OU: 'IT'
|
||||||
|
|
||||||
pki_ca:
|
pki_ca:
|
||||||
cname: My Internal Certification Authority
|
cname: My Internal Certification Authority
|
||||||
|
|
Loading…
Reference in a new issue