tlshd: First version of role
This commit is contained in:
parent
9d6418ca71
commit
121687ad7c
3 changed files with 51 additions and 0 deletions
16
roles/tlshd/templates/tlshd.conf.j2
Normal file
16
roles/tlshd/templates/tlshd.conf.j2
Normal file
|
@ -0,0 +1,16 @@
|
|||
[debug]
|
||||
loglevel=0
|
||||
tls=0
|
||||
nl=0
|
||||
|
||||
[authenticate]
|
||||
|
||||
[authenticate.client]
|
||||
x509.truststore = {{ tls_certs }}/ca.crt
|
||||
x509.certificate = {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
x509.private_key = {{ tls_private }}/tlshd.key
|
||||
|
||||
[authenticate.server]
|
||||
x509.truststore = {{ tls_certs }}/ca.crt
|
||||
x509.certificate = {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
x509.private_key = {{ tls_private }}/tlshd.key
|
Loading…
Add table
Add a link
Reference in a new issue