- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-20-2020 02:08 PM - last edited on 02-07-2022 03:24 PM by jforsythe
While following the documentation at https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_ama... to connect AWS account to Prisma Cloud Compute, I'm having errors in Curl commands with regards to the Console URL.
curl -k \ -u <USER> \ -H 'Content-Type: application/json' \ -X GET \ <CONSOLE>/api/v1/certs/service-parameter \ -o service-parameter
|
CONSOLE https://us-west1.cloud.twistlock.com/us-3-159178606 (as per documentation)
2. Retrieve the certificate bundle from the Prisma Cloud API
curl -k \ -u <USER> -H 'Content-Type: application/json' -X GET <CONSOLE>/api/v1/defenders/install-bundle?consoleaddr=<CONSOLE_CONN> | jq -r '.installBundle' |
CONSOLE https://us-west1.cloud.twistlock.com/us-3-159178606
CONSOLE_CONN us-west1.cloud.twistlock.com/us-3-159178606
Please provide the correct URLs for CONSOLE and CONSOLE_CONN in both the cases.
04-24-2020 10:39 AM
Hi,
You can find this by going to manage -system - downloads
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!