I'm trying to implement a gradle task that sends a HTTPS request to my backend. For authentication, I have to attach a client certificate to the request.
Does anybody know how to do this? I'm currently using the library http-builder-ng
but haven't figured out yet to achieve this.