Adding cacert.org root certificates to javakeystore (on non windows systems)
As an active user of cacert.org certificates I found that it can be quite cumbersome to have to repeat the adding of these certificates to the list of default trusted certificates in Java. Especially since this procedure has to be repeated every java update. To easy this burden I wrote a small script which I want to share with everyone. The script assumes that java is installed (somewhere) in the /usr directory and that the keytool command is in the active path....