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

expand code in test/cert_utils.go to support generating certificates for testing cosign to TSA server (over mTLS) #3114

Open
dmitris opened this issue Jul 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dmitris
Copy link
Contributor

dmitris commented Jul 18, 2023

Description

This is a follow-up on #3052 and specifically #3052 (comment). We need to add code used to generate testdata certificates in the cosign repo. I would suggest to expand the library package test/cert_utils.go to have functions to generate certificates, and then add a new directory with a package main program as a "driver" to use those functions to actually to generate the certificates (as well as the private key etc.) Other ways of doing the same are possible - for example, write a script that will generate everything using the appropriate openssl commands, etc.

@dmitris dmitris added the enhancement New feature or request label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant