File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 189
189
$cleanup_timer_interval = " *-*-* ${fqdn_rand(24)}:${fqdn_rand(60)}:00"
190
190
$dlo_max_age = 90
191
191
192
- # certificats used for PostgreSQL SSL configuration. Puppet certificates are used
192
+ # certificates used for PostgreSQL SSL configuration. Puppet certificates are used
193
193
$postgresql_ssl_on = false
194
194
$postgresql_ssl_folder = " ${puppet_confdir} /ssl"
195
195
$postgresql_ssl_cert_path = " ${postgresql_ssl_folder} /certs/${trusted['certname']}.pem"
196
196
$postgresql_ssl_key_path = " ${postgresql_ssl_folder} /private_keys/${trusted['certname']}.pem"
197
197
$postgresql_ssl_ca_cert_path = " ${postgresql_ssl_folder} /certs/ca.pem"
198
198
199
- # certificats used for Jetty configuration
199
+ # certificates used for Jetty configuration
200
200
$ssl_set_cert_paths = false
201
201
$ssl_cert_path = " ${ssl_dir} /public.pem"
202
202
$ssl_key_path = " ${ssl_dir} /private.pem"
You can’t perform that action at this time.
0 commit comments