You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all worked well till cert expired and after certificate was expired i tried to renew using,
bash scripts/issue-certificate.sh -d domain.com -o ${PWD}/certs
it did renew it but i was still getting certificate expired so i picked up one of the thread in github issues and changed my cert path in env from,
but i still got error when i try to up the instance using,
sudo docker-compose -f docker-compose.yml -f docker-compose.nginx.yml up
nginx_mattermost | /docker-entrypoint.sh: Configuration complete; ready for start up
nginx_mattermost | nginx: [emerg] cannot load certificate "/root/docker/certs/etc/letsencrypt/archive/domain.com-0001/cert1.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/root/docker/certs/etc/letsencrypt/archive/domain.com-0001/cert1.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
How do i fix this ? as it seems i am following commands from matter most documentation but it seems it can't find certs on that path. is there any other issue or path seems strange ?
The text was updated successfully, but these errors were encountered:
Hello,
in my mattermost instance everything was running fine. but after certificate expired it stopped working.
So i have setup using guide,
https://docs.mattermost.com/install/install-docker.html (section Deploy Mattermost on Docker for production use)
all worked well till cert expired and after certificate was expired i tried to renew using,
bash scripts/issue-certificate.sh -d domain.com -o ${PWD}/certs
it did renew it but i was still getting certificate expired so i picked up one of the thread in github issues and changed my cert path in env from,
TO
but i still got error when i try to up the instance using,
sudo docker-compose -f docker-compose.yml -f docker-compose.nginx.yml up
How do i fix this ? as it seems i am following commands from matter most documentation but it seems it can't find certs on that path. is there any other issue or path seems strange ?
The text was updated successfully, but these errors were encountered: