Lets Encrypt
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG). We give people the digital certificates they need in order to enable HTTPS (SSL/TLS) for websites, for free, in the most user-friendly way we can. We do this because we want to create a more secure and privacy-respecting Web. https://letsencrypt.org/about/
Tool for Webfaction
This tool automates the process of using LetsEncrypt on WebFaction hosts. It can be added to the Cron scheduled task runner where it will validate your domains automatically, obtain the certificates, and then install them using the Webfaction API. https://github.com/will-in-wi/letsencrypt-webfaction
Usage
Install
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem2.2 install letsencrypt_webfaction
Add to your ~/.bash_profile
function letsencrypt_webfaction { PATH=$PATH:$GEM_HOME/bin GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib ruby2.2 $HOME/.letsencrypt_webfaction/gems/bin/letsencrypt_webfaction $* }
And after this execute:
source $HOME/.bash_profile
Init:
letsencrypt_webfaction init
Note! Will generate a configfile ~/letsencrypt_webfaction.toml
Upgrade
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem2.2 install letsencrypt_webfaction
- Anmelden oder Registrieren, um Kommentare verfassen zu können
Kommentare
Update!
On September 25, 2018 WebFaction rolled out an update. Read more at https://bonniesites.solutions/using-lets-encrypt-with-webfaction/
- Anmelden oder Registrieren, um Kommentare verfassen zu können