mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update keychain_items.yml to include warning about potential corruption of the certificate (#13975)
Partially addresses #13065
This commit is contained in:
parent
28bab51269
commit
2e09371aaf
1 changed files with 2 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ examples: >-
|
|||
SELECT * FROM keychain_items WHERE label LIKE '%8EHZ83LZNU%';
|
||||
|
||||
```
|
||||
notes: >-
|
||||
- This table should be used sparingly as it uses an Apple API which occasionally corrupts the underlying certificate. Learn more [here](https://github.com/fleetdm/fleet/issues/13065#issuecomment-1658849614).
|
||||
|
|
|
|||
Loading…
Reference in a new issue