Skip to content

thomastweets/setupSSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

(Semi-) Automatic creation of StartSSL certificates

This bash script is based on two blog posts about securing your website using free SSL certificates from StartSSL. It generates a 'certificate request file' that is automatically pasted to your clipboard to fill in on the StartSSL website. As soon as you generated the certificate you can paste it back to the script and it is saved in the same folder and (if wanted) uploaded to you webserver using scp.

Dependencies

  • curl
  • openssl
  • scp

Installation

git clone https://github.com/thomastweets/setupSSL.git
cd setupSSL
chmod +x generateCertificate.sh

Configuration

There are some parameters to configure the script at the top ('Settings').

Usage

./generateCertificate.sh

2015 Thomas Emmerling

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages