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!