Matthieu Vincentforyodamad's quick blogyodamad.hashnode.net·Apr 25, 2023Securing your ingress with cert-manager & let's encryptIn line with my previous article regarding external-dns component in a kubernetes cluster : https://yodamad.hashnode.dev/set-up-external-dns-on-a-kubernetes-cluster, here is a quick one explaining how to secure your nginx ingresses with a certificate...Discuss·5 likesKubernetes
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Mar 23, 2016Creating self-signed certificate using makecert.exeI've had to create self-signed certificates on quite a few occasions over the years.There are multiple scenarios when one might want to create these self-signed certificates. Two of the most popular tools used for certificate generation are... OpenS...Discussself-signed
Rayan CrastaforBlogs on technical stuffrayancrasta.hashnode.net·Oct 30, 2022SSH certificate authentication - Better than keys?We generally use either login credentials or SSH public-private key pair to login to Linux servers via SSH. However, both of them have their flaws. This made me wonder if there was a better way to authenticate users and hosts(servers):? I came across...Discuss·89 readsssh
Matthieu Vincentforyodamad's quick blogyodamad.hashnode.net·Apr 25, 2023Securing your ingress with cert-manager & let's encryptIn line with my previous article regarding external-dns component in a kubernetes cluster : https://yodamad.hashnode.dev/set-up-external-dns-on-a-kubernetes-cluster, here is a quick one explaining how to secure your nginx ingresses with a certificate...Discuss·5 likesKubernetes
Nwoha Martins UcheforNwoha Martinsmartcode.hashnode.net·Apr 16, 2023Google offers 5 free courses with certificates in 2023.Learn new skills and boost your resume with Google’s 5 free online courses in 2023. Earn certificates upon completion. Technology has experienced a notable transformation in recent years. This transformation has given rise to new disciplines like dat...DiscussGoogle
Aditya Krishnakumarforaditya's blogbeingadityak.hashnode.net·Mar 18, 2023Setup paid SSL Certificates for your NGINX installationTLDR; 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 the CSR to your SSL certs provider (in my case, Com...Discussnginx
Charles Draniforcdranicdrani.hashnode.net·Mar 15, 2023AWS Certifications JourneyI have decided to tackle the AWS Associate Level Certifications. I plan to do them in this order: Solutions Architect, Developer, and SysOps. Within the next few years, I would love to transition to working as a Cloud/Solutions Architect and/or DevOp...DiscussAWSAWS
Nayden GochevforjNayden: Superhero with Java powersjnayden.hashnode.net·Feb 3, 2023Use Client Certificate Authentication with Java and RestTemplateAs a follow-up of the Convert PFX certificate to JKS, P12, CRT we now have a keystore and a truststore and we will use this keystore to send client-side authentication using Spring’s RestTemplate. First copy your keystore.jks and truststore.jks in yo...Discuss·94 readsJava
Bill PowellforPowell 'Shellasoftman.hashnode.net·Jan 3, 2023Can you Keep a Secret?I was going to write that blog entry on using REST from powershell, as well as Alternate Data Streams on NTFS. And I still will, but to make the journey more coherent, I want to look at keeping secrets first. I'm on my third iteration of a mechanism ...Discuss·55 readsPowershell
Maxim MozayevforMaxConnects.Techmikihaku.hashnode.net·Jan 3, 2023The dark side of certificationsCertifications have some great distinct features by design; however, the design is not without its flaws. In this post, I discuss the dark side of the certifications market, along with a couple of misconceptions and bad practices. #1. No guarantee of...DiscussCertification
Maxim MozayevforMaxConnects.Techmikihaku.hashnode.net·Dec 22, 2022What makes certifications so greatIntro I've scrutinized the world of IT and cybersecurity to support my qualifications and have my skillset better aligned with the current best practices. Everything said in this post is based on my experience with PMI PMP, Axelos ITIL 4, CompTIA CTT...Discuss·44 readsCertificates
Rayan CrastaforBlogs on technical stuffrayancrasta.hashnode.net·Oct 30, 2022SSH certificates in Linux - Step by Step GuideWe got a basic understanding of what SSH certificates are in the previous blog. Now let's actually see how they can be implemented. In this blog, we are going to consider one CA which will be our trusted certificate authority. In larger environments...Discuss·68 readsssh
Rayan CrastaforBlogs on technical stuffrayancrasta.hashnode.net·Oct 30, 2022SSH certificate authentication - Better than keys?We generally use either login credentials or SSH public-private key pair to login to Linux servers via SSH. However, both of them have their flaws. This made me wonder if there was a better way to authenticate users and hosts(servers):? I came across...Discuss·89 readsssh