Author: admin

DevOps

Kubernetes 101 with Linode: A Beginner’s Guide to Container Orchestration on Linode

Introduction: Kubernetes has become the industry standard for container orchestration, providing scalability, flexibility, and reliability for deploying applications. By following this step-by-step tutorial, you will learn how to set up a Linode Kubernetes cluster, deploy a sample application, and manage it using Linode’s intuitive interface. Service: Let’s say you develop a payment service that runs […]

admin 
SSL

Certificate Pinning

Certificate pinning forces your client app to validate the server’s certificate against a known copy. After pinning your server’s certificate inside your client app, your client should check the basic validity like common name in the certificate as well as verify that the server’s certificate matches the pinned certificate. To verify we have a match, […]

admin 
SSL

OSCP : Online Certificate Status Protocol

Concepts: Certificate Revocation: Certificate revocation is the act of invalidating a TLS/SSL before its scheduled expiration date. A certificate should be revoked immediately when its private key shows signs of being compromised or when the domain for which it was issued is no longer operational. Certificate Revocation List:  Certificates that are revoked are stored on […]

admin