koolsys / ca_script_openssl

A Bourne Shell script which creates a Certificate Authority using OpenSSL utility.

Repository from Github https://github.comkoolsys/ca_script_opensslRepository from Github https://github.comkoolsys/ca_script_openssl

ca_script_openssl

This Bourne Shell script uses the openssl utility to create a certificate authority with two intermediate certificates. It will expect the first CSR/PKCS10 to be pasted into the terminal emulator PEM encoded. The signed certificate chain resulting will be placed in the working directory.

sign_client_csr.sh <- This file is created on first run, it remembers where the CA is in your file system so you can move it to a directory in the $PATH to sign future certificates.

About

A Bourne Shell script which creates a Certificate Authority using OpenSSL utility.


Languages

Language:Shell 100.0%