parent
28055dcea7
commit
6efac4de21
3 changed files with 74 additions and 1 deletions
|
@ -45,3 +45,13 @@ host <%= @ipaddress %>
|
|||
|
||||
# And which port
|
||||
port 4949
|
||||
<% if @munin_tls == "true" -%>
|
||||
|
||||
# Require TLS
|
||||
tls paranoid
|
||||
tls_verify_certificate yes
|
||||
tls_ca_certificate <%= @puppet_ssldir %>/certs/ca.pem
|
||||
tls_certificate <%= @puppet_ssldir %>/certs/<%= @homename %>.pem
|
||||
tls_private_key <%= @puppet_ssldir %>/private_keys/<%= @homename %>.pem
|
||||
tls_verify_depth 5
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue