freedomofpress / ansible-role-jitsi-meet

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

Update debconf settings for certs #36

Open conorsch opened 7 years ago

conorsch commented 7 years ago
$ debconf-show jitsi-meet
* jitsi-meet/jvb-hostname: meet.freedom.press
  jitsi-meet/cert-path-key:
* jitsi-meet/cert-choice: I want to use my own certificate
  jitsi-meet/cert-path-crt:
  jitsi-meet/jvb-serve: false

The cert-choice option is new-ish, and the role doesn't handle it. Consider chaining conditionals based on whether vars for SSL certs are defined in the role invocation. Looks like jitsi-meet now supports LetsEncrypt certs first-class, which warrants further investigation....

Alucard616 commented 5 years ago

yeah, this would be good :) +1