Persist self signed by traefik generated certs

Is there a way to persists self signed, by traefik on the fly generated key and cert?

Hello @pumelo,

The generated traefik certificate is only stored in-memory, and is recreated when traefik starts.

If you need a persistent certificate, you should generate your own, and provide it to traefik for use.

hi daniel

thank you for the clarification.