Open Source Projects

ISG Shell Library

A bash shell script function library

Visit GitLab Project

This library provides various functions to assist with building advanced bash shell scripts, including advanced handling for command line options and arguments, output display, user input and data input files. It is designed to allow scripts to be written which can define their syntax, options and arguments and then include the library, allow the remainder of the script to remain focused on performing its actual actions. It moves all support for handling common features, such as output handling, error handling and argument and option processing into the library and out of the script. Optional library extensions can be included to add more advanced features if needed.

ISG Certificate Authority

A local certificate authority

Visit GitLab Project

This project provides support for creating all necessary files to manage a local certificate authority, including creation and support of key files, CSR files and certificates. This can be used to create and sign your own certificates for local development purposes or internal company use.