Skip to content

iquzart/python-digital-certificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital Certificate Generator

About

The script created to ease the process of creating self signed certificates. It will create both CA and Server/Client certificates.

Version: 3 Encription: SHA256 with RSA Encription(4096 bit)

Create Certificate

CA cenrtificate and key will be stored under CA directory.

python3 digital-cert.py

Sample output

Creating CA driectory
Creating CA Certificate, Please provide the values
Country Name (2 letter code) [XX]: AE
State or Province Name (full name) []: Dubai
Locality Name (eg, city) [Default City]: Emaar Square
Organization Name (eg, company) [Default Company Ltd]: XYZ Company
Organizational Unit Name (eg, section) []: Information Technology
Common Name (eg, your name or your server's hostname) []: XYZ Company SS CA
Email Address []: [email protected]
Created CA Certificate
CA Certificate valid for 3649 days
Client Certificate CN: svc1.xyz.ae
CA  digital-cert.py  README.md  requirements.txt  svc1.xyz.ae.crt  svc1.xyz.ae.key

About

Python Script to generate Self Signed Digital Certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages