© 2023 Hashnode
#certbot
In recent years, website security has become increasingly important. One of the essential components of website security is having a valid SSL/TLS certificate installed on your website. This certifica…
Hosting is one of thran ine most haunting task for a developer. With all the expertie in development, you never know the kind of errors you might ran into by not properly deploying your code. Hosting …
Hey folks! In today's blog, I am going to show you how to install Prometheus and run the Prometheus server as HTTPS that you can share with your friends. In this blog, I am using an AWS EC2 instance(t…
Introduction By default, when docker containers are deployed they run on normal HTTP but most times it's better to run web services using HTTPS which is a secure protocol over the internet. So we're g…
Most of the websites today on the internet uses HTTPS protocol and there are multiple reasons supporting it. In this article I'll show you how you can use HTTPS on your existing website hosted on NGIN…
1. Introduction I first came across letsencrypt when I was looking for free TLS domain certificates. The process to obtain and install letsencrypt certificates seemed a bit unusual to me at first comp…
NGINX Before getting into nginx, lets enable the firewall 1) sudo ufw status 2) sudo ufw enable 3) Lets enable ssh, http and https sudo ufw allow ssh sudo ufw allow http sudo ufw allow https …
Certbot is part of EFF's effort to encrypt the entire internet. Anyone who has gone through the trouble of setting up a secure website knows what a hassle getting and maintaining a certificate is. Cer…