Files
puppet-tripleo/templates/stunnel/service.erb
Juan Antonio Osorio Robles f85199c778 Add manifests to install and configure stunnel
Some services (such as Redis) can't use mod_proxy as a TLS proxy,
since they're not HTTP services. So stunnel is necessary for these.

Thus, we add manifests to configure it as such.

bp tls-via-certmonger

Change-Id: Ic4a2dac7b3831e4780105e3b05e9c5afcf15c79c
2017-08-25 10:11:08 +00:00

7 lines
177 B
Plaintext

[<%= @name %>]
client = <%= @client %>
accept=<%= @accept_host %>:<%= @accept_port %>
connect=<%= @connect_host %>:<%= @connect_port %>
cert=<%= @certificate %>
key=<%= @key %>