In the context of: -
Building Kubernetes on Linux on IBM Z - it's a matter of trust ...
today I learned (TIL) that one could use egrep to examine x509 certificates: -
echo | openssl s_client -connect storage.googleapis.com:443 | egrep "^subject=|^issuer="
verify return:1
depth=1 C = US, O = Google Trust Services, CN = GTS CA 1O1
verify return:1
depth=0 C = US, ST = California, L = Mountain View, O = Google LLC, CN = *.storage.googleapis.com
verify return:1
DONE
subject=/C=US/ST=California/L=Mountain View/O=Google LLC/CN=*.storage.googleapis.com
issuer=/C=US/O=Google Trust Services/CN=GTS CA 1O1
No comments:
Post a Comment