BigBlueButton container does not renew Letsencrypt certificate
by Janvanl from LinuxQuestions.org on (#5QDKY)
Hi,
we run a dedicated server with NGINX and BigBlueButton in a Dockercontainer.
The Letsencrypt certificate expired and i need to renew it, i ran certbot with --forced-renewal this produces a certificate outside the Dockercontainer.
if I run
docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check
I get:
certificate verify failed (certificate expired)
Does anyone have an idea how to solve this?
Regards,
Jan
we run a dedicated server with NGINX and BigBlueButton in a Dockercontainer.
The Letsencrypt certificate expired and i need to renew it, i ran certbot with --forced-renewal this produces a certificate outside the Dockercontainer.
if I run
docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check
I get:
certificate verify failed (certificate expired)
Does anyone have an idea how to solve this?
Regards,
Jan