Skip to content

Commit

Permalink
Add Certificate 'otherNames' SAN field description
Browse files Browse the repository at this point in the history
Signed-off-by: SpectralHiss <houssem.elfekih@jetstack.io>
  • Loading branch information
SpectralHiss committed Jan 9, 2024
1 parent c59a766 commit 6671232
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/docs/usage/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ spec:
usages:
- server auth
- client auth
# At least one of a DNS Name, URI, or IP address is required.
# At least one of a DNS Name, URI, IP address or otherName is required.
dnsNames:
- example.com
- www.example.com
uris:
- spiffe://cluster.local/ns/sandbox/sa/example
ipAddresses:
- 192.168.0.5
# Needs cert-manager 1.14+ and OtherName feature flag
otherNames:
# Should only supply oid of ut8 valued types
- oid: 1.3.6.1.4.1.311.20.2.3 # User Principal Name "OID"
utf8Value: upn@example.local
# Issuer references are always required.
issuerRef:
name: ca-issuer
Expand Down

0 comments on commit 6671232

Please sign in to comment.