caching/vendor/knative.dev/pkg/metrics/testdata
Matt Moore e2e5784288
Auto-update dependencies (#214)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-27 10:44:51 -08:00
..
README.md Auto-update dependencies (#214) 2020-02-27 10:44:51 -08:00
client-cert.pem Auto-update dependencies (#213) 2020-02-26 06:54:51 -08:00
client-key.pem Auto-update dependencies (#213) 2020-02-26 06:54:51 -08:00
server-cert.pem Auto-update dependencies (#213) 2020-02-26 06:54:51 -08:00
server-key.pem Auto-update dependencies (#213) 2020-02-26 06:54:51 -08:00

README.md

Test files for metrics

The cert files were generated with:

openssl req -x509 -nodes -newkey dsa:<(openssl dsaparam 1024) -keyout client-key.pem -out client-cert.pem -days 10000

Note that there are some manual prompts later in the process. This seemed simpler than generating the certs in Go.

To view the cert:

openssl x509 -noout -text -in client-cert.pem