We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb21dc3 commit 37b0f2fCopy full SHA for 37b0f2f
1 file changed
development/roles/foreman_development/templates/smart-proxy/settings.yml.j2
@@ -40,9 +40,9 @@
40
# SSL settings for client authentication against Foreman. If undefined, the values
41
# from general SSL options are used instead. Mainly useful when Foreman uses
42
# 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
+:foreman_ssl_ca: {{ foreman_development_cert_dir }}/proxy_ca.pem
+:foreman_ssl_cert: {{ foreman_development_cert_dir }}/client_cert.pem
+:foreman_ssl_key: {{ foreman_development_cert_dir }}/client_key.pem
46
47
# host and ports configuration
48
# an array of interfaces to bind ports to (possible values: *, localhost, 0.0.0.0)
0 commit comments