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

Not able to pass certificate as parameter

Abhishek | Last updated: Oct 27, 2023 10:11AM UTC

Hi Team, We are trying to integrate Burp in our CI-CD pipeline. Our certificate is privately signed. So, the Burp team suggested passing the certificate in the command line. I did the following: export BURP_ENTERPRISE_SERVER_TLS_CERTIFICATE=`cat My_cert.crt` And then passed it as 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 Upon executing the above command, we see the other parameters listed but not the tlsCertificate. If I try the below command, I see the certificate value. $ echo "$BURP_ENTERPRISE_SERVER_TLS_CERTIFICATE" What I am doing wrong?

Ben, PortSwigger Agent | Last updated: Oct 30, 2023 07:34AM UTC

Hi Abhishek, We are just in the process of looking into this for you and will get back to you with an answer in due course.

Thomas, PortSwigger Agent | Last updated: Oct 30, 2023 02:26PM UTC