© 2023 Hashnode
#ssl
TLDR; To generate the certs, create a CSR file with the following: openssl genrsa -out domain.com.key 2048 openssl req -new -sha256 -key domain.com.key -out domain.com.cs Upload the contents of t…
Introduction When you visit a website, the first thing that happens is that the server sends you its public key and digital certificate. You use this information to check whether you trust the certifi…
Kubernetes has become the standard for managing containerized applications, but setting up a development environment can be complex. However, with K3s and Traefik Proxy, it's possible to create a loca…
Installing an SSL certificate on WHM (Web Host Manager) is a straightforward process that can be completed in a few easy steps. Here's a step-by-step guide on how to install an SSL certificate on WHM: Log in to your WHM account. Navigate …
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…
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 …
NGINX is an open-source software used in web serving. Some of its other uses include reverse proxying, caching, load balancing, media streaming and more. It is similar to Apache and the main differenc…
Why We Need SSL? SSL certificates are required for websites in order to protect user data, validate website ownership, prevent attackers from creating a false version of the site, and transmit trust t…
As developers, we often shy away from using Virtual machines when it comes to hosting our applications, this is actually because we are Lazy, yeah I said. setting up load balancers, and SSL firewalls …
What is HTTPS? The HTTPS protocol was designed with security in mind. Data that is exchanged between a client and server is encrypted to ensure that it remains private. Encryption is important for keeping communication safe from anyone wh…