ansible-role-jitsi-meet icon indicating copy to clipboard operation
ansible-role-jitsi-meet copied to clipboard

Update debconf settings for certs

Open conorsch opened this issue 7 years ago • 1 comments

$ 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....

conorsch avatar May 25 '17 03:05 conorsch