Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
99dc51c8
Commit
99dc51c8
authored
Jun 12, 2019
by
Robin Sonnabend
Browse files
Add variable smb_tls_chain for the Certificate Chain
parent
0997f512
Changes
1
Hide whitespace changes
Inline
Side-by-side
ad-server/templates/smb.conf.j2
View file @
99dc51c8
...
...
@@ -19,7 +19,8 @@
kdc:renewal lifetime = {{ renewal_lifetime }}
tls enabled = yes
tls cafile = /etc/ssl/certs/rwth_chain.pem
tls cafile = {{smb_tls_chain}}
#tls cafile = /etc/ssl/certs/rwth_chain.pem
tls keyfile = {{smb_tls_key}}
tls certfile = {{smb_tls_cert}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment