How to Add a Root Certificate to the Java Truststore on Mac OS 10.15 Catalina
When developing a java web app on Mac OS Catalina, you may have a service that makes an API request to a secure URL. If you don’t have that secure (https) URL’s root certificate in your Java truststore, the call…