reorg files
This commit is contained in:
parent
cd0ea94173
commit
96cea785f8
5 changed files with 0 additions and 0 deletions
13
defaults/main.yml
Normal file
13
defaults/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
cfssl_version: 1.6.3
|
||||
cfssl_bin_directory: /usr/bin
|
||||
cfssl_serve_url: localhost:8888
|
||||
cfssl_profile: server
|
||||
|
||||
cnf_file: /etc/ssl/server.cnf
|
||||
key_file: /etc/ssl/private/{{inventory_hostname_short}}.key
|
||||
csr_file: /etc/ssl/{{inventory_hostname_short}}.csr
|
||||
cert_file: /etc/ssl/certs/{{inventory_hostname_short}}.pem
|
||||
|
||||
integrate_ca: yes
|
||||
ca_filename : my_intermediate_ca.crt
|
Loading…
Add table
Add a link
Reference in a new issue