Joel O.joelodey.hashnode.dev·Nov 27, 2023Understanding SSL CertificatesSSL certificates, or Secure Sockets Layer certificates, are digital certificates that create a secure connection between a website and its users. SSL certificates use encryption to protect data transmitted between the two parties, preventing eavesdro...DiscussSSL
Saidu Bellocodeflutter.hashnode.dev·Oct 15, 2023🚀 Securing Your NGINX Server with mTLS 💥With cyber threats becoming more rampant in today's digital world, it is crucial to fortify your web servers with a more sophisticated security measure. the term "mTLS" might sound familiar if you have heard of TLS in the past.Basically, mTLS stands ...Discuss·1 like·46 readsnginx
Omar Rashadomarrashad.hashnode.dev·Sep 28, 2023How to obtain a SSL Wildcard certificate From Letsencrypt and upload it to HerokuThis is a working draft. Go to letsencrypt and donwload certbot package In the terminal enter sudo certbot certonly --manual --preferred-challenges=dns follow the instructions to create a TXT record on your domain host, to prove your ownership of ...DiscussSSL Certificate
Akash Sblog.akkupy.me·Sep 24, 2023Self Signed SSL Certificate Generation.Private CA and self-signed certs that work with Chrome This method is for testing and development only. The vast majority of users should not use this method, as it requires loading a cert on each of your devices, which is both error-prone and requir...DiscussSSL
Chukwu Eberechitessie475.hashnode.dev·Sep 8, 2023Create a Domain name and generate a free Certificate Authority signed certificate for it.I started the Dockerized solutions challenge https://hackattic.com/challenges/dockerized_solutions and one of the perquisites, was to buy a domain name and generate a Certificate Authority (CA) signed certificate for it. If any of this sounds strange...DiscussSSL Certificate
Faysal Ahammedfahammed.hashnode.dev·Aug 7, 2023ওয়েব অ্যাপ্লিকেশনের নিরাপদ তথ্য আদান-প্রদানের ক্ষেত্রে https এর গুরুত্বআমরা যখন ওয়েব ব্রাউজার দিয়ে কোনো ওয়েবসাইট ভিজিট করি, তখন আমাদের ব্রাউজার এবং ওয়েবসাইটের মধ্যে রিকোয়েস্ট রেসপন্স আদান প্রদান হয়। এই রিকোয়েস্ট রেসপন্স আদান প্রদান করার জন্য একটা প্রটোকল (যোগাযোগের মাধ্যম) ব্যবহার করা হয়। সাধারণরত এটি http হয়ে থাকে। এছা...Discuss·30 readsওয়েব অ্যাপ্লিকেশন সিকিউরিটিhttps
Ogundare Olusesi Oluwafemiatomicstructure.hashnode.dev·Jul 2, 2023How to Setup SSL Termination on UbuntuTable of Contents 1. Introduction 2. SSL Termination 3. What is Let’s Encrypt 4. Steps i. Step 1 – Install Certbot ii. Step 2 - Obtaining SSL Certificate from Let’s Encrypt iii. Step 3 - Configuring HAProxy to use SSL Certificate iv. Step 4 - Verify ...DiscussDevops
Samridh Anandsamridh3215.hashnode.dev·Jul 1, 2023Creating a HTTPS connection with an SSL certificate (For Apache servers)Before we get our hands on the certificate, it's important to understand what is it, why we need it and how it works. What is an SSL certificate and why do we need it? SSL certificate is a digital certificate that can be used to authenticate a websit...Discuss·48 readsSSL Certificate
Sakshiiiksakshiiik.hashnode.dev·Jun 22, 2023SSL and TLSHey there Sakshi here, it's awesome to have you! In this chat, we'll be diving into the exciting world of SSL and TLS. These are fancy technological terms that might sound a bit daunting at first, but fear not! By the end of our conversation, you'll ...Discuss·1 like#cybersecurity
Ferouzeitmynet.com·Jun 19, 2023Get your SSL certificates for free - Let's Encrypt & CertbotI own a domain named say mydomain.com registered with namecheap.com without any SSL certificate. Long story short, I needed an SSL certificate for creating a personal project using Azure Application Gateway. This uses HTTPS and I did not have a SSL c...DiscussSSL Certificate