- 👋 Hi, I’m @SunChero [Adil Ha]
- 👀 I’m interested in dev/sec and compliance work
- 🌱 I’m currently learning golang, web assemblies and libp2p
- 💞️ I’m looking to collaborate on anything
- 📫 feel free to drop a line
Pinned Loading
-
How to generate JWT RS256 key
How to generate JWT RS256 key 1ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
2# Don't add passphrase
3openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
4cat jwtRS256.key
5cat jwtRS256.key.pub
-
on prem kubernetes + metallb + istio
on prem kubernetes + metallb + istio 1apt-get update && apt-get install -y apt-transport-https curl
2curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
3curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
4cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
5deb https://apt.kubernetes.io/ kubernetes-xenial main
-
istio k3s + helm
istio k3s + helm 1wget https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz
2tar -xvf helm-v2.14.3-linux-amd64.tar.gz
3./helm
4./helm init
5./helm init --kube-context default
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.