Skip to content

mrgrshift/free-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

free-ssl

This script will help you to generate a trusted SSL certificate issued by Letsencrypt (letsencrypt.org).
This script uses https://github.com/certbot/certbot

Requisites

Install trusted SSL certificate issued by Letsencrypt

If you have a domain install a trusted SSL certificate issued by Letsencrypt use: bash installssl.sh
installssl.sh will guide you through the installation process.
To see the result of the script go to: ~/free-ssl/logs/installssl.log

Renew letsencrypt certificate

You need to complete all the installssl.sh instructions, at the end it will tell you to add one line to your cron jobs. This line will do the job of checking the expiring date of your certificate.
renewssl.sh will renew your certificate if the expiration date is less than 30 days.
To see the result of the script go to: ~/free-ssl/logs/renewssl.log
IMPORTANT NOTICE renewssl.sh also will perform bash lisk.sh reload, please check before enable automatic renewal if your managment script can handle a random reload of Lisk.

Install self signed certificate.

If you don't have your own domain you can still generate a SSL certificate, use bash localssl.sh
It is recommended to have a domain and update your certificate with installssl.sh
This type of certificate doesn't need the renewssh.sh script.
To see the result of the script go to: ~/free-ssl/logs/localssl.log

Vote/Donate

If you like this script please consider to vote/donate to this accounts:
LISK: [3125853987625788223L] (https://explorer.lisk.io/address/3125853987625788223L)
SHIFT: [14156057994616021440S] (https://explorer.shiftnrg.org/address/14156057994616021440S)

Links

Documentation: https://certbot.eff.org/docs
Software project: https://github.com/certbot/certbot
Notes for developers: https://certbot.eff.org/docs/contributing.html
Main Website: https://certbot.eff.org
Let's Encrypt Website: https://letsencrypt.org
Community: https://community.letsencrypt.org
ACME spec: http://ietf-wg-acme.github.io/acme/
ACME working area in github: https://github.com/ietf-wg-acme/acme

About

Letsencrypt certificates for Lisk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages