Skip to content

Instantly share code, notes, and snippets.

@lucasweb78
Created July 19, 2015 19:45
Show Gist options
  • Save lucasweb78/991b258effaed5ad145b to your computer and use it in GitHub Desktop.
Save lucasweb78/991b258effaed5ad145b to your computer and use it in GitHub Desktop.
Update Java Cert on AWS Linux
sudo /usr/java/latest/bin/keytool -import -alias <ALIAS> -keystore /usr/java/latest/jre/lib/security/cacerts -file /path/to/cert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment