Skip to content
/ ssl_ca Public

scripts to create and install a certificate authority, and generate certificates signed by that ca.

Notifications You must be signed in to change notification settings

anax32/ssl_ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self signed CA and certificates

Bunch of scripts to create a local certificate authority (CA) and sign certificates using that CA.

Allows applications on localhost to be tested with ssl.

example.sh

Contains an example run through the scripts.

  • conf\ORG_NAME.conf

    config file for the root CA, this creates the crt file that needs to be installed on the machine

  • conf\LOCALHOST.conf

    config file for the certificate signed by the CA, this creates the file that is used to prove identity (according to the CA)

certificates are written to:

  • certs\ca
  • certs\signed

About

scripts to create and install a certificate authority, and generate certificates signed by that ca.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages