Skip to content

ayush12993/SSL-Certificate-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SSL Server Certificate

A shell script to create Server SSL Certificate. Logo

What is SSL Certificate

An SSL certificate is essential for all websites, not just those that sell products. If you own a website you need an SSL certificate for your website. It's as simple as that. Having an SSL certificate is no longer a luxury, it's a necessity.

There are a number of benefits to having an SSL certificate. They include:

⚫SSL protects sensitive information. ⚫SSL affirms your business identity and improves customer trust. ⚫Better search engine ranking. ⚫SSL helps you satisfy PCI/DSS requirements.

Run on server

Clone the project

  git clone https://github.com/ayush12993/SSL-Certificate-Script

Go to the project directory

  cd SSL-Certificate-Script

Before using this script make sure to edit this --

/C=yourcountry/ST=yourstate/L=yourcity/O=yourorganization/OU=Education/CN=*.yourdomain/emailAddress=youremailaddress

Run this script as root -

sudo chmod +x cert.sh
sudo ./cert.sh

List all the files

  ls

display all the certificates.

Releases

No releases published

Packages

No packages published

Languages