© 2023 Hashnode
#letsencrypt
The Security Principles The Web’s trustworthiness has become critical to its success Furthermore, confidentiality -- while arguably not always strictly necessary -- is often needed The Web platform should be designed to actively prefer …
Without SSL/TLS, any information transmitted between your website and your visitors' browsers is sent in plain text and can be intercepted by malicious actors. In addition to providing security benefits, using SSL/TLS can also improve the t…
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…
For over a year now, I have provisioned and been maintaining three (3) docker-based Redash instances for different purposes at work. Redash has become a convenient tool for us to manage user access to…
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…
If you're an operator maintaining a footprint of Kubernetes clusters, then you already know that there's more to provisioning and granting access to a cluster. For a cluster to be useful for an end consumer an operator will usually install,…
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…
Pernah gak sih kita terfikirkan website yang ada di dunia ini jika hanya memakai HTTP port 80 saja mungkin tidak akan aman, apalagi seperti website Bank, E-Commerce, dan data2 yang penting yang di sim…
Motivation There are many guides on how to use cert-manager, starting with cert-manager documentation. However, I haven't found a clear tutorial for my case, where I wanted to deploy cert-manager on AKS, with the following characteristics: …
Setting up verified TLS (transport layer security) certificates for your web services allows them to be trusted by clients connecting over HTTPS. Without a trusted certificate all web browsers will show a warning that discourages users from…