Deak folks, I'm trying to setup a Dicom Client using the Fellow Oak Dicom library. I succesfully do all the queries, using the DicomClient class, as indicated in the github page https://github.com/fo-dicom/fo-dicom .
However, how can I specify a certificate to use for authenticating my client?
I found that this is how you usually do in C#, https://www.medo64.com/2014/09/client-authenticated-tls-in-c/ and I see that this is exactly what the Fo-Dicom library is doing. I can't find a way to specify my certificate though.