diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-04 23:51:22 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-04 23:51:22 +0200 |
commit | daa151e7d5b62736984b9b337915c44035c4c55b (patch) | |
tree | 0d7e3f58eb7eb2f0f5e6aa9189f9b64f49f22650 | |
parent | 5043c96c8c61ef01efc207167b4723e9ac07e288 (diff) | |
download | cacert-puppet-daa151e7d5b62736984b9b337915c44035c4c55b.tar.gz cacert-puppet-daa151e7d5b62736984b9b337915c44035c4c55b.tar.xz cacert-puppet-daa151e7d5b62736984b9b337915c44035c4c55b.zip |
Let cacert-boardvoting listen on all protocols
-rw-r--r-- | sitemodules/profiles/templates/cacert_boardvoting/config.yaml.epp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/templates/cacert_boardvoting/config.yaml.epp b/sitemodules/profiles/templates/cacert_boardvoting/config.yaml.epp index 653edb6..7de0c14 100644 --- a/sitemodules/profiles/templates/cacert_boardvoting/config.yaml.epp +++ b/sitemodules/profiles/templates/cacert_boardvoting/config.yaml.epp @@ -15,7 +15,7 @@ database_file: /srv/cacert-boardvoting/data/database.sqlite client_ca_certificates: /srv/cacert-boardvoting/data/cacert_class3.pem server_certificate: /srv/cacert-boardvoting/data/server.crt server_key: /srv/cacert-boardvoting/data/server.key -https_address: <%= $facts[networking][ip] %>:8443 +https_address: ":8443" cookie_secret: <%= $cookie_secret %> csrf_key: <%= $csrf_key %> base_url: <%= $base_url %> |