I've to send a client certificate in PFX format for mutual auth to my server through web request. I'm using Alamofire 4 with Swift 3, but I can't find a good tutorial to achieve my goal.
Has anyone ever had to deal with this type of problem in the past?
Thanks.