Skip to content
Snippets Groups Projects

Fix http proxy cert

Merged Bo-Chun Chen requested to merge louistw/hpc-factory:fix-http-proxy-cert into feat-hpc-factory
3 files
+ 76
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 10
0
@@ -51,3 +51,13 @@
# rsyslog
enable_rsyslog_config: false
rsyslog_target: "*.* @master:514"
# ssl certs
ssl_cert_s3_bucket: ""
ssl_cert_key_location: "/etc/pki/tls/private"
ssl_cert_file_location: "/etc/pki/tls/certs"
ssl_cert_key: ""
ssl_cert_file: ""
ssl_cert_chain_file: ""
ssl_apache_config: ""
apache_service: "httpd"
Loading