Hi,
I have followed the instruction on this page but when I access mailcow or SOGo the browser still return the expired SSL.
Did a search for cert.pem and the results is:
root@mail:~# find / -name "cert.pem"
find: ‘/proc/272601’: No such file or directory
/opt/mailcow-dockerized/data/assets/ssl/cert.pem
/opt/mailcow-dockerized/data/assets/ssl/mail.abc.com/cert.pem
which I proceed to install the cert and key in both directories ./ssl and ./ssl/mail.abc.com and of course restart docker, even went to restart the whole machine but still fail.
Not only does it affect accessing SOGo, because Firefox refused to access sites with expired certificate (had to use incognito mode to bypass), but accessing it using a mail client also comes up with an error.
Where else should I be looking at?
Henry