Format markdown (#1128)

Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign n3wscott
/cc n3wscott
This commit is contained in:
Matt Moore 2020-02-26 06:55:50 -08:00 committed by GitHub
parent 7af3fab62c
commit 3925d38991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -94,8 +94,8 @@ statistics for a short period of time if not.
**This is true today.**
[Ensure this on an ongoing basis.](https://github.com/knative/pkg/issues/957)
- [ ] Google to implement OpenCensus Agent configuration to match what they are
doing for Stackdriver now. (No public issue link because this should be
in Google's vendor-specific configuration.)
doing for Stackdriver now. (No public issue link because this should be in
Google's vendor-specific configuration.)
- [ ] Document how to configure OpenCensus/OpenTelemetry Agent + Prometheus to
achieve the current level of application visibility, and determine a
long-term course for how to maintain this as a "bare minimum" supported

View File

@ -6,9 +6,11 @@ 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.
Note that there are some manual prompts later in the process. This seemed
simpler than generating the certs in Go.
To view the cert:
```shell
openssl x509 -noout -text -in client-cert.pem
```