Skip to content
Jared Rice Sr edited this page Sep 15, 2018 · 1 revision

Free SSL For dApps

Installing LetsEncrypt on Ubuntu and issuing a SSL certificate for dApps that are used for HTTP/S, is very easy. Follow the installation instructions to get your free SSL certificate:

One-line installation for NGINX

sudo add-apt-repository ppa:certbot/certbot -y && apt-get update -y && sudo apt-get install python-certbot-nginx -y && certbot --nginx

One-line installation for APACHE2

sudo add-apt-repository ppa:certbot/certbot -y && apt-get update -y && sudo apt-get install python-certbot-apache -y && certbot --apache

Clone this wiki locally