freedomofpress / ansible-role-jitsi-meet

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

Removes "localhost" config file if using custom SSL keys #17

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

The jitsi-meet package will automatically generate a self-signed SSL certificate during installation. This role respects that, but expects admins to supply custom SSL certs issued by a CA. (Therefore if we're using real SSL certs, we'll need to remove the default "localhost" config to avoid duplicating config lines, which can cause nginx to fail to start.

The role will configure an FQDN-based vhost file, and also accepts a custom string for the field, via jitsi_meet_server_name.

conorsch commented 8 years ago

Hard requirement for prod SSL certs, just tested. Merging.