Skip to content

Instantly share code, notes, and snippets.

View rmoreira's full-sized avatar

Rafael Moreira rmoreira

View GitHub Profile
@rmoreira
rmoreira / KUBERNETES.md
Created September 9, 2017 02:29 — forked from renoirb/KUBERNETES.md
Setup Pine64 5 node cluster from longsleep Ubuntu 16.04 base image
@rmoreira
rmoreira / requirements.txt
Created July 31, 2019 03:04
Serverless Elasticsearch Curator for AWS Lambda
certifi==2016.8.8
elasticsearch-curator==4.0.6
PyYAML==3.11
@rmoreira
rmoreira / gist:342be9be316312e7d5c67c7c20acd09a
Created February 10, 2020 22:59 — forked from mtigas/gist:952344
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes:

@rmoreira
rmoreira / gist:805119271891e0e78de111262112f381
Created February 10, 2020 22:59 — forked from mtigas/gist:952344
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes:

@rmoreira
rmoreira / golang-tls.md
Created January 20, 2021 02:48 — forked from denji/golang-tls.md
Simple Golang HTTPS/TLS Examples
Generate private key (.key)
# Key considerations for algorithm "RSA" ≥ 2048-bit
openssl genrsa -out server.key 2048

# Key considerations for algorithm "ECDSA" ≥ secp384r1
# List ECDSA the supported curves (openssl ecparam -list_curves)