Commit 84a54732 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Revert "software/galene: use new insecure option"

This reverts commit 2f461da8.
parent 2f461da8
Pipeline #13076 failed with stage
in 0 seconds
......@@ -15,4 +15,4 @@
[instance-cfg]
filename = instance.cfg.in
md5sum = cc1f28b6906f00b9fab2da7728fcdcb7
md5sum = 270b39f448ec553fa9e203c5fbb49856
......@@ -36,6 +36,14 @@ data = $${:srv}/data
groups = $${:srv}/groups
recordings = $${:srv}/recordings
[galene-ssl]
recipe = plone.recipe.command
cert-file = $${directory:data}/cert.pem
key-file = $${directory:data}/key.pem
command = ${openssl:location}/bin/openssl req -newkey rsa:2048 -batch -new -x509 -days 3650 -nodes -keyout "$${:key-file}" -out "$${:cert-file}"
update-command =
stop-on-error = true
[admin-password]
recipe = slapos.cookbook:generate.password
storage-path = $${directory:data}/.passwd
......@@ -69,9 +77,9 @@ command-line =
-groups $${directory:groups}
-data $${directory:data}
-http [$${:ip}]:$${:port}
-insecure
wrapper-path = $${directory:services}/galene
depends =
$${ice-servers.json:recipe}
$${groups-json:recipe}
$${galene-ssl:recipe}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment