I've setup sftpgo which now serves a webdav share. I have traefik configured to proxy this share and configured to check for client certs against my cert authority. Testing this in Win11 works fine i.e. with a personal cert imported into the Win11 cert store I can successfully map a file explorer drive to the webdav endpoint. Without the personal cert in the Win11 cert store the connection fails.
I was hoping to find a solution in LE/Kodi to take the same approach as the above but I misunderstood the purpose of the SSL/TLS section of the wiki and realise thats only for Kodi to be happy to use to self-signed TLS connections.
I'd appreicate an experienced view on whether that I'm wanting to do is possible or not.