openssl - viewing certificate that is stored as kubernetes secret

 We can use the following command to view kubernetes tls secret.

kubectl get secret/woolworths-wildcard-chain -n istio-ingress -o jsonpath="{.data['tls\.crt']}" | base64 --decode | openssl x509 -text -noout


Comments

Popular posts from this blog

vllm : Failed to infer device type

android studio kotlin source is null error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20