mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
14 lines
324 B
YAML
14 lines
324 B
YAML
|
name: keychain_items
|
||
|
columns:
|
||
|
- name: created
|
||
|
description: Date item was created
|
||
|
examples: >-
|
||
|
Identify Macs that contain certificates related to Apple application signing
|
||
|
and notarization. (replace with your Apple Developer ID string)
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM keychain_items WHERE label LIKE '%8EHZ83LZNU%';
|
||
|
|
||
|
```
|