We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9585baa commit 376c05cCopy full SHA for 376c05c
manifests/apache.pp
@@ -66,8 +66,10 @@
66
$apache_cert_name = "${hostname}-apache"
67
$apache_cert = "${pki_dir}/certs/katello-apache.crt"
68
$apache_key = "${pki_dir}/private/katello-apache.key"
69
- # This variable is unused but considered public API
+
70
+ # These variables are unused but considered public API
71
$apache_ca_cert = $certs::katello_server_ca_cert
72
+ $apache_client_ca_cert = $certs::katello_default_ca_cert
73
74
$apache_cert_path = "${certs::ssl_build_dir}/${hostname}/${apache_cert_name}"
75
0 commit comments