Skip to content

Instantly share code, notes, and snippets.

View mohamed-el-habib's full-sized avatar

Mohamed EL Habib mohamed-el-habib

  • Publicis Sapient France
  • Paris, France
View GitHub Profile
@abs
abs / gist:c0d598996870dda719b3
Last active November 28, 2016 22:14
Downloads and installs the startssl CA certs into the global Java keystore
#!/bin/sh
#
# Downloads and installs the startssl CA certs into the global java keystore
# Author: Klaus Reimer <[email protected]>
#
# Check if JAVA_HOME is set
if [ "$JAVA_HOME" = "" ]
then
echo "ERROR: JAVA_HOME must be set."