Documentation changes for the 4.65.0 release --------- Co-authored-by: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Co-authored-by: Sarah Gillespie <73313222+gillespi314@users.noreply.github.com> Co-authored-by: Ian Littman <iansltx@gmail.com> Co-authored-by: Eric <eashaw@sailsjs.com> Co-authored-by: Janis Watts <184028114+jmwatts@users.noreply.github.com> Co-authored-by: Victor Lyuboslavsky <victor@fleetdm.com>
2.5 KiB
View certificates in host vitals
Fleet v4.65.0 expands host vitals to include a list of certificates for macOS, iOS, and iPadOS hosts. This feature allows you to view the certificates installed on devices, helping you understand if a missing or expired certificate is the reason why an end user can't connect to the corporate network.
This guide introduces you to the certificates section in host vitals and explains how to access and interpret the certificate information.
Prerequisites
- Fleet v4.65.0 or greater.
- macOS, iOS, or iPadOS devices enrolled in Fleet.
How does it work?
You'll find certificate information on the host vitals page under the Details tab, where they're displayed in Certificates at the bottom of the page. End users can also find this information for their device on their My device page accessible via Fleet Desktop.
The Certificates section displays the name of the certificate and its expiration date. There's also a status indicator for each certificate. The indicator is red if the certificate is expired, yellow if it expires within 30 days, and green if the certificate is valid for more than 30 days. Clicking on the certificate's row opens a modal with additional details about the certificate.
Fleet API users can access host certificate information via the "Get host's certificates" endpoint.
For macOS hosts, Fleet retrieves certificate information using osquery's certificates table. For iOS and iPadOS hosts, Fleet retrieves certificates via MDM using the CertificateList command.
Conclusion
The certificates section in host vitals provides you with a quick overview of the certificates installed on your macOS, iOS, and iPadOS devices. This feature helps you identify and troubleshoot certificate-related issues that may prevent your end users from connecting to the corporate network.