Skip to content

Instantly share code, notes, and snippets.

@reaperes
Created April 9, 2021 12:52
Show Gist options
  • Save reaperes/0de80282b622874e3e45904ca2b7d8a0 to your computer and use it in GitHub Desktop.
Save reaperes/0de80282b622874e3e45904ca2b7d8a0 to your computer and use it in GitHub Desktop.
# ref: https://github.com/newrelic/k8s-webhook-cert-manager
openssl req -new -x509 -subj "/CN=${service}.${namespace}.svc" -nodes -newkey rsa:4096 -keyout tls.key -out tls.crt -days 9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment