Skip to content
/ SSL Public

A Script to manage SSL Certifications.

Notifications You must be signed in to change notification settings

hawshemi/SSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

SSL

This Bash script is to manage SSL certifications.

It can perform the following tasks:

  1. Obtain SSL.

  2. Revoke SSL.

  3. Force Renew SSL.

Prerequisites

Ensure that the sudo and wget packages are installed on your system:

  • Ubuntu & Debian:
sudo apt update -q && sudo apt install -y sudo wget
  • CentOS & Fedora:
sudo dnf up -y && sudo dnf install -y sudo wget

Run

Tested on: Ubuntu 20+, Debian 11+

Root Access is Required. If the user is not root, first run:

sudo -i

Then:

wget "https://raw.githubusercontent.com/hawshemi/ssl/main/ssl.sh" -O ssl.sh && chmod +x ssl.sh && bash ssl.sh 

Menu Image

SSL Menu

Disclaimer

This script is provided as-is, without any warranty or guarantee. You can use it at your own risk.

License

This script is licensed under the MIT License.