Skip to content

A place to save some of my handy scripts. Things I tend to use often for development or other tasks.

Notifications You must be signed in to change notification settings

rtfarte/utility-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

utility-scripts

A place to save some of my handy scripts. Things I tend to use often for development or other tasks.

Java SSL Cert Import

Installs an SSL certificate into the specified cacerts file.

Usage:

install-java-cert.sh <domain> <cacerts_file>

If you're feeling dangerous, just curl the shell script and pipe it to bash:

curl "https://raw.githubusercontent.com/rtfarte/utility-scripts/master/install-java-cert.sh" | bash -s -- "domain" cacerts

About

A place to save some of my handy scripts. Things I tend to use often for development or other tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages