🏡
WoRkInG fROm HoMe
- Amsterdam, Netherlands
-
12:29
(UTC +01:00)
Pinned Loading
-
-
CKAD-exercises
CKAD-exercises PublicForked from dgkanatsios/CKAD-exercises
A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation
-
kubernetes-course
kubernetes-course PublicForked from wardviaene/kubernetes-course
Kubernetes Course Files
Go
-
SSL cert expiration list
SSL cert expiration list 1# Command line or put into an executable file...
23for i in `ls /etc/kubernetes/ssl/*.pem|grep -v key|grep -v service-account-token`; do echo $i; openssl x509 -startdate -enddate -noout -in $i; done
4
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.