Skip to content

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

Notifications You must be signed in to change notification settings

rclayton-the-terrible/certificate-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages