docs: enumerate supported SAN keys for Android certificates (#41472)#44680
docs: enumerate supported SAN keys for Android certificates (#41472)#44680getvictor wants to merge 2 commits intodocs-v4.86.0from
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
@marko-lisica I enumerated the 5 supported SAN values here. They should also be placeholders in Figma so that IT admin doesn't need to dig through documentation to find which SAN attributes are supported. |
|
|
||
| Example: `"DNS=wifi.example.com, UPN=$FLEET_VAR_HOST_END_USER_IDP_USERNAME"`. | ||
|
|
||
| You can use [Fleet's host variables](https://fleetdm.com/docs/configuration/yaml-files#variables) in `subject_name` and `subject_alternative_name` to make the certificate unique to each host. |
There was a problem hiding this comment.
Variables will be moved into a dedicated guide in 4.86. PR is still in review.
#43212
|
@rachaelshaw I did some changes after you approved. I referenced the YAML docs from the guide and API docs, so we don't need to keep a list of supported SAN fields in many places. |
Related issue: Resolves #41472