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

integration: add tool for renewing test certs #4742

Merged
merged 1 commit into from Nov 13, 2023

Commits on Nov 10, 2023

  1. integration: add tool for renewing test certs

    Add a utility for updating the integration test certificates. It takes
    three file paths: the existing certificate, the CA certificate, and the
    CA key. It will update the NotBefore and NotAfter timestamps and the
    certificate signature, overwriting the existing certificate.
    
    Example usage:
    
      cd integration/tpl/files
      go run renew-cert.go trusted.pem ca.pem ca-key.pem
    kenjenkins committed Nov 10, 2023
    Copy the full SHA
    698c416 View commit details
    Browse the repository at this point in the history