Skip to content

Instantly share code, notes, and snippets.

@mak3r
Created September 6, 2023 15:45
Show Gist options
  • Save mak3r/c7129f6bee35ca14cfe3821af6e11cca to your computer and use it in GitHub Desktop.
Save mak3r/c7129f6bee35ca14cfe3821af6e11cca to your computer and use it in GitHub Desktop.
Reverse engineer rancher front end insecure cert from cert-manager
kubectl get secret -n cattle-system tls-rancher -o jsonpath='{.data.tls\.crt}' | base64 -d | sha256sum | cut -d" " -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment