Issue with Certificate Generation in TeddyCloud Docker Setup

Hello everyone,

I’m having trouble with TeddyCloud running in Docker. During startup, I receive several errors related to certificate loading, such as:

Failed to open '/teddycloud/certs/client/ca.der'
Loading cert '/teddycloud/certs/client/client.der' failed
Failed to open '/teddycloud/certs/client/private.der'

TeddyCloud says it’s generating certificates, but they don’t seem to load properly. Has anyone encountered this issue? Any tips on how to fix it?

Thanks in advance!

teddyCloud generates its server certificates on startup.

The client certificates need to be extracted from your Toniebox and teddyCloud starts without them.

I thought the error was causing the server not to start because I didn’t have access to the web interface, but it turned out that the issue was an IP conflict. Everything is working correctly now! Thank you for your quick response.