Created
September 6, 2023 15:45
-
-
Save mak3r/c7129f6bee35ca14cfe3821af6e11cca to your computer and use it in GitHub Desktop.
Reverse engineer rancher front end insecure cert from cert-manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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