Skip to content

Instantly share code, notes, and snippets.

@allyraza
allyraza / .block
Last active July 8, 2018 11:32
multiline chart
license: mit
@allyraza
allyraza / golang-tls.md
Created July 5, 2018 07:12 — forked from denji/golang-tls.md
Simple Golang HTTPS/TLS Examples

Moved to git repository: https://github.com/denji/golang-tls

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)
@allyraza
allyraza / .block
Created July 3, 2018 10:57
fresh block
license: mit
@allyraza
allyraza / .block
Last active July 3, 2018 12:50
sparkline
license: mit
@allyraza
allyraza / .block
Last active July 3, 2018 10:52
simple line
license: mit
@allyraza
allyraza / .block
Last active July 3, 2018 10:04
real time gauge
license: mit
@allyraza
allyraza / .block
Last active July 3, 2018 09:59
multiline chart
license: mit
@allyraza
allyraza / .block
Last active July 3, 2018 06:31
line chart
license: mit
@allyraza
allyraza / infra-secret-management-overview.md
Created July 2, 2018 12:43 — forked from maxvt/infra-secret-management-overview.md
Infrastructure Secret Management Software Overview

Currently, there is an explosion of tools that aim to manage secrets for automated, cloud native infrastructure management. Daniel Somerfield did some work classifying the various approaches, but (as far as I know) no one has made a recent effort to summarize the various tools.

This is an attempt to give a quick overview of what can be found out there. The list is alphabetical. There will be tools that are missing, and some of the facts might be wrong--I welcome your corrections. For the purpose, I can be reached via @maxvt on Twitter, or just leave me a comment here.

There is a companion feature matrix of various tools. Comments are welcome in the same manner.

@allyraza
allyraza / .block
Last active July 3, 2018 05:12
sparkline
license: mit