tlshd: First version of role

This commit is contained in:
Timo Makinen 2024-12-17 18:14:42 +00:00
parent 9d6418ca71
commit 121687ad7c
3 changed files with 51 additions and 0 deletions

View 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