Skip to content

Create SSL certificates using Python, No Cost, No Hassle.

Notifications You must be signed in to change notification settings

SammXdd/SSL-Cetificate-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Self-Signed SSL Certificate and Key Generator

It a python code to generate self-signed SSL certificates and corresponding private keys using the cryptography library. Self-signed certificates are useful for setting up secure connections in local development environments or for testing purposes.

Features

  • Perfect for setting up secure connections on your computer while you are building or testing websites.

  • You dont have to go through a formal process or pay for certificates. These are self-signed, meaning they are good for testing but not for real websites.

Usage

$ git clone https://github.com/SammXdd/SSL-Cetificate-Generator

$ pip install cryptography

$ python enc-ssl.py

These certificates are for testing only, not for real websites. For live sites, you will need certificates from trusted sources.

📝 Support

   If you encounter any issues with this, feel free to send me a dm for assistance.