Eyram AtakliforPiecing it Togethereyramatakli.hashnode.net·Nov 8, 2022Setting up your Spring Boot/Java app to access a privately secured SSL API over an internal networkI have had some stressful encounters in the past with configuring and testing APIs secured with private SSL certificates but I eventually prevailed 💪🏽. This guide is for anyone who is having the same problems I experienced or is new to using privat...Discuss·6 likesJava
Mahmoud AhmedyforMahmoud Ahmedyahmedy.hashnode.net·Oct 26, 2022Creating TLS Certificates for K8s components with OpenSSLIn this guide we will discuss how to create Key/Certificate pairs to facilitate secure communication between a Kubernetes Cluster components, for this guide we will use OpenSSL and its CLI tool In summary, each component in our cluster requires a Key...Discuss·4 likes·838 readsLearning Cloud Native with AhmedyKubernetes
Rushikesh MashidkarforDevOps With RishikeshOpsrushikesh-mashidkar.hashnode.net·Apr 18, 2023Deploy Your Application and Secure Your Domains for Free with Let's Encrypt on Docker-Compose and NginxWhy You Need to Secure Your Website with HTTPS and SSL Until recently, most website owners have not had to worry about taking special measures to secure their web pages unless they were conducting eCommerce transactions or collecting sensitive inform...Discuss·1 like·707 readsSSL Certificate
Rushikesh MashidkarforDevOps With RishikeshOpsrushikesh-mashidkar.hashnode.net·Apr 18, 2023Deploy Your Application and Secure Your Domains for Free with Let's Encrypt on Docker-Compose and NginxWhy You Need to Secure Your Website with HTTPS and SSL Until recently, most website owners have not had to worry about taking special measures to secure their web pages unless they were conducting eCommerce transactions or collecting sensitive inform...Discuss·1 like·707 readsSSL Certificate
Ankit JodhaniforAnkit Jodhaniankitjodhani.hashnode.net·Apr 18, 2023Host your WordPress website on AWS Lightsail Instance with SSL certificate.Prerequisite 🙂 AWS Account WordPress backup if you have So let's start our small journey. step 1: Log in to your AWS account Step 2: Search Lightsail in the search bar of the AWS Management console. and open it. just as I show below. step 3 : C...Discuss·1 like·29 readsAWS
Duke Andersonforduke014.hashnode.net·Mar 15, 2023How SSL Certificates work?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 certificate, which helps establish secure communication b...DiscussSSL
akash udayforAkash Udayakashgreninja.hashnode.net·Feb 9, 2023Add a domain or a subdomain to the EC2 instance using Godaddy domain provider 2023Adding a custom domain and deploying an SSL certificate can be a crucial step in establishing a professional online presence and ensuring the security of your website and its users. However, it is important to note that this process, while relatively...DiscussAWS
Sandip HalderforSandip Haldersandiphalder.hashnode.net·Feb 1, 2023How to secure your website with SSL and HTTPS:In today's internet environment, SSL and HTTPS website security is becoming more and more crucial. These technologies prevent unauthorized access to sensitive data such as passwords and credit card details. In this article, we'll discuss SSL and HTTP...Discuss·30 readshttps
Bachu PaulforBachu's blogbachupaul.hashnode.net·Jan 30, 2023Install and run Prometheus server using SSL certificateHey 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(t2.micro) to install Prometheus(allow all inbound t...Discuss·165 readsaws ec2
STIPΞNforSTIPΞN's Logstpn.hashnode.net·Jan 30, 2023[Note] SSL ConfigurationCreate a self-signed certificate $ openssl req -new -x509 -sha256 -newkey rsa:2048 -nodes -keyout server.key -out cert.pem Create a signing request $ openssl req -new -sha256 -newkey rsa:2048 -nodes -keyout staging.key -out staging.csrDiscuss·32 readsSSL Certificate
DivakarforOpen Source Devrexdivakar.hashnode.net·Jan 16, 2023Permanent fix for Let's encrypt SSL Certificate renewal issuesLet’s Encrypt is a certificate authority that provides free SSL certificates. SSL Certificates are small data files that digitally bind a cryptographic key to an organization’s details. When installed on a web server, it activates the padlock and the...Discuss·35 readsSSL Certificate
h4nnaforh4nna's team blogh4nna.hashnode.net·Dec 11, 2022Secuestro de claves SSL1 Funcionamiento servidor web - cifrado SSL El protocolo SSL / TLS utiliza un par de claves, una privada y otra publicación, para autenticar, proteger y administrar conexiones seguras. Estas claves son un par de archivos de texto vinculados y se crea...Discuss·101 readsSSL
Eyram AtakliforPiecing it Togethereyramatakli.hashnode.net·Nov 8, 2022Setting up your Spring Boot/Java app to access a privately secured SSL API over an internal networkI have had some stressful encounters in the past with configuring and testing APIs secured with private SSL certificates but I eventually prevailed 💪🏽. This guide is for anyone who is having the same problems I experienced or is new to using privat...Discuss·6 likesJava