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