pkg/metrics/testdata
Matt Moore 3925d38991
Format markdown (#1128)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign n3wscott
/cc n3wscott
2020-02-26 06:55:50 -08:00
..
README.md
client-cert.pem
client-key.pem
server-cert.pem
server-key.pem

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