Skip to content

Commit

Permalink
docs: reword the final use case
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fiddes <[email protected]>
  • Loading branch information
hawksight committed Jan 15, 2024
1 parent a022481 commit bca8a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/tutorials/certificate-defaults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ By setting custom defaults across our cluster, we enable platform teams to tackl

Use a `ClusterPolicy` to set a custom default value for the `spec.secretName` required field.

- **To enable users to request a certificate by providing only one certificate identity field**
- **Make application developers' lives easier by allowing them to create secure X.509 TLS certificates with the minimum of configuration.**

Use a `ClusterPolicy` to set all other required `Certificate.spec` fields.
A `Certificate` resource user will then only need to supply a single specification field, one of:
Only a single identity specification field will be required, one of:
- `commonName` or `literalSubject`
- `dnsNames`
- `uris`
Expand Down

0 comments on commit bca8a1c

Please sign in to comment.