Skip to content

Commit 7806fde

Browse files
fix[frontend](integrations): removed certificate flag form bulk curl (sent to master) (#2472)
1 parent d0bc30a commit 7806fde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎frontend/src/features/integrations/components/setup/collector/ForwarderGuide.tsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ function MasterCommandSection({ selection }: { selection: RemoteEnableSelection
8686
"raw": "<raw-log>"
8787
}'`
8888
const batchCmd = `curl -X POST https://${host}/ingest \\
89-
--cacert /path/to/ca.crt \\
9089
-H "Content-Type: application/json" \\
9190
-H "Utm-Api-Key: <YOUR_API_KEY>" \\
9291
-d '{

0 commit comments

Comments
 (0)