The user should be able to add a configuration with the details of SSL pinning to the utility something like this ``` let utility = HttpUtility.shared utility.sslConfiguration = HUSSLConfiguration(some-ssl-details) ```