Remove note about using the certificates table sparingly (#23700)
Looks like the bug was fixed: https://github.com/fleetdm/fleet/issues/13065
This commit is contained in:
@@ -3264,7 +3264,7 @@
|
||||
],
|
||||
"evented": false,
|
||||
"cacheable": true,
|
||||
"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).",
|
||||
"notes": "",
|
||||
"examples": "Replace 1QAZ2WSX with your Apple Developer ID, if you have one. This query\nwill then let you identify Macs that have a copy of your code signing and\nnotarization certificates.\n\n```\nSELECT * FROM certificates WHERE common_\"name\" LIKE '%%1QAZ2SWX%%';\n```",
|
||||
"columns": [
|
||||
{
|
||||
|
||||
@@ -34,5 +34,3 @@ columns:
|
||||
platforms:
|
||||
- linux
|
||||
- darwin
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user