Skip to content
Snippets Groups Projects
Commit 8a799a3e authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: add ssl related variables

parent 09006eef
No related branches found
No related tags found
No related merge requests found
...@@ -51,3 +51,13 @@ ...@@ -51,3 +51,13 @@
# rsyslog # rsyslog
enable_rsyslog_config: false enable_rsyslog_config: false
rsyslog_target: "*.* @master:514" 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment