DEV Community

Rupadana
Rupadana

Posted on

Generate Free SSL

Introduction

In this post, im using ubuntu with nginx as webserver.

Installation

Make sure you have installed snapd then run the following command

sudo snap install certbot --classic certbot
Enter fullscreen mode Exit fullscreen mode

Setting up the certbot command

Run the following command in the command line on your server to ensure the certbot command can be executed

sudo ln -s /snap/bin/certbot /us/bin/certbot
Enter fullscreen mode Exit fullscreen mode

Generate SSL

With the following command you will get SSL and certbot will create an nginx configuration file, so your HTTPs can be used immediately πŸ˜„

Top comments (2)

Collapse
 
cezarytomczyk profile image
Collapse
 
rupadana profile image
Rupadana

Nice post 😁