cmpscabral / certificate-automation

Simple scripts designed to automate the OpenSSL CA and certificate issuing process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certificate-automation

Simple scripts designed to automate the OpenSSL CA and certificate issuing process.

Create a Certificate Authority (key and self-signed cert):

  1. Execute on command line.
sh setup_certauth.sh
  1. Follow on-screen steps.

Create a Server Certificate (with key, signed by CA):

  1. Execute on command line.
sh make_server_cert.sh <server-name>
  1. Follow on-screen steps.

Create a Client Certificate (with key, pkcs [.p12] cert for browser):

  1. Execute on command line.
sh new_client_cert.sh <client-name>
  1. Follow on-screen steps.

About

Simple scripts designed to automate the OpenSSL CA and certificate issuing process.


Languages

Language:Shell 100.0%