Skip to content

Instantly share code, notes, and snippets.

View ttousai's full-sized avatar

Abubakr-Sadik Nii Nai Davis ttousai

View GitHub Profile
apiVersion: batch/v1
kind: Job
metadata:
name: kube-bench-master
spec:
template:
spec:
hostPID: true
nodeSelector:
node-role.kubernetes.io/master: ""
### Keybase proof
I hereby claim:
* I am ttousai on github.
* I am ttousai (https://keybase.io/ttousai) on keybase.
* I have a public key ASCA4Wp51n71o4ExuuGmBV34TExS9mGaB1OrtXHJuQOUWwo
To claim this, I am signing this object:
@ttousai
ttousai / ca.md
Created October 16, 2018 18:17 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

@ttousai
ttousai / README.md
Created March 22, 2018 17:12 — forked from FrankSpierings/README.md
Linux Container Escapes and Hardening