Skip to content

ThinkboxSoftware/SSLGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Requirements

  1. Python
  2. The pyopenssl library.
pip install -r requirements.txt

Usage

First generate the CA file

python ssl_gen.py --ca --cert-org Thinkbox --cert-ou IT

This will dump the ca keys in a folder aptly named 'keys'

Generate the server certificate

python ssl_gen.py --server --cert-name <cert_name>

This will create a server.crt and server.key file in the 'keys' folder.

Generate the client certificate

python ssl_gen.py --client --cert-name <cert_name>

Generate a pfx certificate

python ssl_gen.py --pfx --cert-name <cert_name>

About

A simple python script for generating openssl certificates.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages