EasySSL
EasySSL helps you easily generate public and private SSL certificates tailored to your needs.
release date: 2025-05-07
about
This script allows you to quickly generate private keys and self-signed certificates for SSL/TLS encryption. It's perfect for testing or setting up encrypted communication between devices or applications. The generated certificates can be used with tools like socat, stunnel, and others.
You can customize the size of the key, the certificate's validity period, and the common name (e.g., the domain name or host). The script can generate certificates in various formats, making it versatile for different use cases.
You can customize the size of the key, the certificate's validity period, and the common name (e.g., the domain name or host). The script can generate certificates in various formats, making it versatile for different use cases.
features
The EasySSL script allows for quick and simple SSL certificate generation. When used with the appropriate parameters, it lets you set the certificate name and/or optionally choose the target directory and the RSA key length.
The generated certificate can be used in connections handled by tools like socat or netcat, etc.
The generated certificate can be used in connections handled by tools like socat or netcat, etc.
compatibility
EasySSL works flawlessly on GNU/Linux systems (tested on Debian-based distributions) and Termux. The script runs in a Bash shell with OpenSSL installed.