How to get servers ca.der for the box?

Hello,
How can I extract the certs/server CA from the Teddycloud (Docker/Proxmox) to flash onto the Toniebox?

Find the host path for the docker volume and use cp

Here’s a detailed explanation: Stuck at boot process - #13 by marco79cgn

Just do it the other way around and look in the subdir server

you could also use the develop version of TC. there you can download the CA file

Thanks, it worked with the instructions. Where can I get
the develop version?

just edit your docker compose yaml and switch from latest/release to develop in the image line and then pull and restart docker container

Thanks… i will try it…