Skip to content

Instantly share code, notes, and snippets.

@cgebe
cgebe / RedBlackTree.h
Created July 23, 2017 20:20
RedBlackTree
template<typename T>
class RedBlackTree {
private:
template<typename T>
struct Node
{
@cgebe
cgebe / nats-cluster-tls-kubernetes.org
Created July 20, 2019 13:15 — forked from wallyqs/nats-cluster-tls-kubernetes.org
Secure NATS Cluster in Kubernetes

Secure NATS Cluster in Kubernetes

Creating the certificates

Generating the Root CA Certs

{
    "CN": "My Custom CA",