Open haywoodsh opened 1 month ago
edge
Other
A few example and test certs in the repo are expired.
data.tls.crt
echo <tls.crt value> | base64 --decode | openssl x509 -text
Certificate: Data: Version: 1 (0x0) Serial Number: c0:38:5f:6d:2e:c6:97:5a Signature Algorithm: sha256WithRSAEncryption Issuer: C=US, ST=CA, O=Internet Widgits Pty Ltd, CN=cafe.example.com Validity Not Before: Sep 12 16:15:35 2018 GMT Not After : Sep 11 16:15:35 2023 GMT Subject: C=US, ST=CA, O=Internet Widgits Pty Ltd, CN=cafe.example.com
Certs should be up-to-date
No response
Hi @haywoodsh thanks for reporting!
Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this :slightly_smiling_face:
Cheers!
Version
edge
What Kubernetes platforms are you running on?
Other
What happened?
A few example and test certs in the repo are expired.
Steps to reproduce
data.tls.crt
https://github.com/nginxinc/kubernetes-ingress/blob/main/examples/custom-resources/basic-auth/cafe-secret.yaml https://github.com/nginxinc/kubernetes-ingress/blob/main/examples/shared-examples/default-server-secret/default-server-secret.yaml https://github.com/nginxinc/kubernetes-ingress/blob/main/tests/data/common/default-server-secret.yamlecho <tls.crt value> | base64 --decode | openssl x509 -text
Expected behaviour
Certs should be up-to-date
Kubectl Describe output
No response
Log output
No response
Contributing Guidelines