freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Make SSL config "optional" #8

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

The jitsi-meet Debian package will automatically create self-signed SSL certs, which is fine for testing, but won't cut it in prod. So we need a way to override these, which the role currently provides, but also to fall back to the "default" self-signed functionality. The tests (see #2) will likely use the "default" setup.

SSL configs to support:

conorsch commented 8 years ago

Resolved via #5.