Skip to content

nubi/SSLGeneration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. Python
  2. The pyopenssl library.
  3. Update untuk diri sendiri.
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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%