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

tests: regenerate recently-expired test TLS certs #4777

Merged
merged 3 commits into from
Jun 10, 2024

Commits on Jun 8, 2024

  1. tests: regenerate recently-expired test TLS certs

    Tests started failing yesterday because the various TLS certs in
    the repo used for TLS testing had expired
    
    $ openssl x509 -noout -enddate -in experimental/packages/exporter-logs-otlp-grpc/test/certs/ca.crt
    notAfter=Jun  7 16:44:23 2024 GMT
    
    This change regenerates all the TLS certs used for testing and
    examples/https. It also adds a test case in each relevant package
    that will fail with an obvious message when these certs expire
    next time (certs are generated with a 1y expiry).
    
    This also adds a comment 'npm run main:regenerate-test-certs'
    that can be used to run the maintenance task.
    trentm committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2afa946 View commit details
    Browse the repository at this point in the history
  2. lint:fix, add changelog entry

    trentm committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9ede0a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a901be8 View commit details
    Browse the repository at this point in the history