Apache HttpClient Component with Java

I’ll quickly note here how to embbed a certificate in a store, to be used by the Apache HttpClient component in Java. This can be useful if you want to call a Web Service within your Java code, via HTTPS requests and you only have (for dev / test purposes) a self-signed certificate. It will in ...