The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

'tlsCertificate' is blank while it has read the value in CI-CD

Abhishek | Last updated: Oct 30, 2023 01:19AM UTC

Hi, I am trying with CI-CD integration part of Burp. My machine has Docker and Ubuntu installed on Windows. I am executing the command from Ubuntu. My Burp Scan server is signed with a private certificate. So, I am supposed to pass the certificate as like this export BURP_ENTERPRISE_SERVER_TLS_CERTIFICATE=`cat My_cert.crt` Upon executing echo "BURP_ENTERPRISE_SERVER_TLS_CERTIFICATE" I see the whole value as present in the certificate. Then I am executing sudo docker run --rm --pull=always -e BURP_ENTERPRISE_SERVER_URL=${serverurl} -e BURP_ENTERPRISE_API_KEY=${apikey} -e BURP_ENTERPRISE_SERVER_TLS_CERTIFICATE -e BURP_START_URL=${starturl} -e BURP_CORRELATION_ID=${corelation} public.ecr.aws/portswigger/enterprise-scan-container:latest I am not able to connect the Scan server URL. At the start of the execution of the last command, it lists all the variables. For 'tlsCertificate', it is showing blank. I am unable to understand what is happening here.

Maia, PortSwigger Agent | Last updated: Oct 30, 2023 10:36AM UTC