Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Certs in example and test folders are expired #6433

Open
1 task done
haywoodsh opened this issue Sep 16, 2024 · 1 comment · May be fixed by #6524
Open
1 task done

[Bug]: Certs in example and test folders are expired #6433

haywoodsh opened this issue Sep 16, 2024 · 1 comment · May be fixed by #6524
Labels
bug An issue reporting a potential bug refined Issues that are ready to be prioritized

Comments

@haywoodsh
Copy link
Contributor

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

  1. For the following Secret YAML files in the repo, copy the values of 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.yaml
  2. echo <tls.crt value> | base64 --decode | openssl x509 -text
  3. the certs appear to be expired, e.g.
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

Expected behaviour

Certs should be up-to-date

Kubectl Describe output

No response

Log output

No response

Contributing Guidelines

  • I confirm that I have read the Report a Bug section of the Contributing Guidelines
@haywoodsh haywoodsh added bug An issue reporting a potential bug ready for refinement An issue that was triaged and it is ready to be refined labels Sep 16, 2024
Copy link

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 🙂

Cheers!

@shaun-nx shaun-nx added needs triage An issue that needs to be triaged and removed ready for refinement An issue that was triaged and it is ready to be refined labels Sep 17, 2024
@jjngx jjngx added refined Issues that are ready to be prioritized and removed needs triage An issue that needs to be triaged labels Sep 23, 2024
@sdutta9 sdutta9 linked a pull request Sep 26, 2024 that will close this issue
6 tasks
@jjngx jjngx linked a pull request Sep 27, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue reporting a potential bug refined Issues that are ready to be prioritized
Projects
Status: Todo ☑
Development

Successfully merging a pull request may close this issue.

3 participants