Access to Traefik certs
Hey guys is there any way to get acces to certs managed by traefic? I run a psql server on the same machine and need certs for SSL. I want to manage psql myself so no Dokploy there.
2 Replies
You can connect acme.json via volumes to your docker instance or if you need a key and privkey as files you can use this:
https://github.com/kereis/traefik-certs-dumper
GitHub
GitHub - kereis/traefik-certs-dumper: Dumps Let's Encrypt certifica...
Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json. - kereis/traefik-certs-dumper
yep this should work, thanks a lot!
this was the solution