Tag: self signed certificate

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 2 of 3)
Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 2 of 3)

Whether you are managing your own in-house Certificate Authority, or using an established commercial vendor such as DigiCert, GlobalSign or GoDaddy the first stage is to generate a Certificate Signing Request.

Certificate Pinning in Android with Couchbase Mobile
Certificate Pinning in Android with Couchbase Mobile

Certificate pinning is a technique used to “pin” a host to it’s public key certificate.Post discusses how to do this in a Couchbase Lite enabled Android app

Certificate Pinning in your Couchbase Mobile iOS App
Certificate Pinning in your Couchbase Mobile iOS App

The SSL/TLS protocol relies on a PKI mechanism that has certain drawbacks.Certificate pinning is a technique that is used by applications to alleviate this.