Hi
I am trying to find a way to avoid the Web container requesting a new certificate from Letsencrypt every time it builds. This is done by this(https://github.com/jitsi/docker-jitsi-meet/blob/master/web/rootfs/etc/cont-init.d/10-config) calling and using this(https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh).
The only solution I can seem to come up with is to edit this file, https://github.com/jitsi/docker-jitsi-meet/blob/master/web/rootfs/etc/cont-init.d/10-config. Telling it to only request a new certificate if the time created on the already existing certificates(~/.jitsi-meet-cfg/web/acme.sh/) are older than 60days.
Does anyone have a better way(my method does not feel to be the right way)?