Traefik & Store SSL cert & Node https

Hello!

For my nodejs project with socket server (https) i need to setup options with certificate cert & key and due the security reason there is no access to traefik acme.json

How can i get this cert and key? Maybe there is some configuration to store key in docker-compose project root directory, or when traefik generate ssl send it with api?

Please, help!

Why do you need the cert? Normally Traefik will forward http (and socket) to your app/service and will handle (terminate) TLS for you. Requests to your app should already be decrypted.