Skip to content

Commit 37b0f2f

Browse files
adamruzickaehelms
authored andcommitted
Set up client certs for smart proxy
1 parent fb21dc3 commit 37b0f2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

development/roles/foreman_development/templates/smart-proxy/settings.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
# SSL settings for client authentication against Foreman. If undefined, the values
4141
# from general SSL options are used instead. Mainly useful when Foreman uses
4242
# different certificates for its web UI and for smart-proxy requests.
43-
#:foreman_ssl_ca: ssl/certs/ca.pem
44-
#:foreman_ssl_cert: ssl/certs/fqdn.pem
45-
#:foreman_ssl_key: ssl/private_keys/fqdn.pem
43+
:foreman_ssl_ca: {{ foreman_development_cert_dir }}/proxy_ca.pem
44+
:foreman_ssl_cert: {{ foreman_development_cert_dir }}/client_cert.pem
45+
:foreman_ssl_key: {{ foreman_development_cert_dir }}/client_key.pem
4646

4747
# host and ports configuration
4848
# an array of interfaces to bind ports to (possible values: *, localhost, 0.0.0.0)

0 commit comments

Comments
 (0)