Skip to content

elb/certificate-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certificate-automation

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

Customization

Copy the conf/openssl.cnf.dist to conf/openssl.cnf and customize to fit your needs

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

  1. Execute on command line.

    bash sh setup_certauth.sh

  2. 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>
  2. 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>
  2. 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

No packages published

Languages

  • Shell 100.0%