Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
certificate_trust_settings
Certificate Authorities trust settings installed in Keychains/ca-bundles.
| Column | Type | Description |
|---|---|---|
| common_name | text | Certificate common name |
| serial | text | Certificate serial number |
| trust_allowed_error | text | Certificate trust allowed error |
| trust_domain | text | Certificate trust settings domain |
| trust_key_usage | text | Certificate trust key usage |
| trust_policy_data | text | Certificate trust policy data |
| trust_policy_name | text | Certificate trust policy name |
| trust_result | text | Certificate trust result |
select * from certificate_trust_settings where trust_domain = 'admin'