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 Format markdown (#1128) 2020-02-26 06:55:50 -08:00
client-cert.pem Roll forward #1045 (#1109) 2020-02-25 11:42:51 -08:00
client-key.pem Roll forward #1045 (#1109) 2020-02-25 11:42:51 -08:00
server-cert.pem Roll forward #1045 (#1109) 2020-02-25 11:42:51 -08:00
server-key.pem Roll forward #1045 (#1109) 2020-02-25 11:42: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