Yilia LinforApache APISIXapisix.hashnode.dev路Feb 14, 2025API7 Enterprise v3.4.0: Streamlined Certificate Management via SNIIntroduction The security of API communication is fundamental to ensuring data integrity and privacy protection. Certificate management is a crucial component of securing API communications. Traditional certificate management methods often face numer...10 likesAPIs
AKSHAY SIVconfigure-certificates-on-openshift.hashnode.dev路Feb 13, 2025How to Install and Configure Certificates on OpenShift: A Step-by-Step GuideIn today鈥檚 secure computing environments, properly configuring SSL/TLS certificates is critical for ensuring secure communication between clients and your OpenShift cluster. Whether you're setting up a new certificate or replacing an existing one, th...openshift
Syed Mahmood Alisyedmahmoodali.hashnode.dev路Dec 11, 2024Kubernetes and TLS: A Symphonic IntegrationToday, I'll demonstrate the process of issuing and approving a certificate for a new user in a Kubernetes cluster. STEP 1: Generate a private key using the following command openssl genrsa -out myuser.key 2048 STEP 2: Generate a CSR (certificate sig...Kubernetes
Sanjoy Sahasanjoysblog.hashnode.dev路Dec 7, 2024FeaturedGitHub Foundations Certification Exam: A step-by-step guide to register and clear the examThe GitHub Foundations Certification exam is a certification launched by GitHub to validate your knowledge of GitHub鈥檚 core features and workflows. In December of this year, I successfully passed the exam. I have used GitHub for about 3 years and I w...9 likes路203 readsGitHub
Nitish singhsinghnitish.hashnode.dev路Nov 10, 2024Web Application AuthenticationHey! I鈥檓 back with another exciting article on Authentication. It is basically checking or making sure that the information is passed on to the correct user. In web applications like simple landing pages, we do not need to use authentication because ...authentication
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev路Nov 7, 2024Certificate choices for OCI Load BalancerI鈥檝e tried to simplify this section, because it can get complicated. I also provide a table of where to upload the certificates as I really needed one and I couldn鈥檛 find any - so I created my own. Certificate Choices Your choices are Get Let鈥檚 Encr...2 likes路62 readsOCI
Derek Armstrongdereklarmstrong.com路Oct 16, 2024How to Learn a New TechnologyIn the fast-paced world of technology, staying up to date with the latest tools, languages, and frameworks is both a challenge and an opportunity. Whether you鈥檙e a seasoned software engineer or someone just getting started in the tech industry, learn...馃Л Career Compasslearning
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev路Oct 13, 2024Kubernetes 101: Part 4We know that kubeapi has been guiding from master node till now and we need to make sure it鈥檚 secure. Basically one using kubeapi might need to focus on these two permissions Who can access is - Authentication and what can they do is - Authorization...44 readsFrom Linux to DevOps Expertnetwork policies
Angular Academyblog.angularacademy.ca路Oct 7, 2024Senior Angular Developer Certification Exam available!The Senior Angular Developer Certification Exam is now available since October 22. This highly anticipated exam is designed to validate the expertise and skills of experienced Angular developers, setting a new standard of excellence in the field. If...32 readsAngular
Ashutosh Mahajanashutoshamblogs.hashnode.dev路Jul 6, 2024Managing TLS Certificates in Kubernetes馃椉Introduction Securing a Kubernetes cluster involves ensuring that all communication between its components is encrypted. This is achieved through the use of TLS certificates. In this blog, we will delve into the types of certificates used in Kubern...29 readsKubernetes Application Developer ProgramKubernetes