You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For using SSL I dumped my certificates out of an acme.json (from let'sEncrypt over traefik) with https://github.com/ldez/traefik-certs-dumper.
After the dump I have just one certificate chain file and one key file in my folder.
The certificate chain contains the certificate and the ca-certificate. So I have in theory everything that is needed for TLS/SSL. But the container needs three files. One key, one file for certificate and one separate file for ca-certificate.
Is there a way to use TLS/SSL even if I just have two files?