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

Unable to upload p12 certificate to Enterprise

Philip | Last updated: Apr 26, 2022 02:13PM UTC

Hi, Having issues uploading p12 certificate, dialog box is saying "The certificate file or password is not valid" I've created the cert using the following command: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj /CN=REDACTED.com openssl pkcs12 -export -in cert.pem -inkey key.pem -out myfile.p12 -name "Burp Enterprise Cert" What is the issue?

Maia, PortSwigger Agent | Last updated: Apr 27, 2022 03:31PM UTC

Hi, Thank you for your message. I would recommend verifying that the password is correct in the first instance. You can do this by running OpenSSL the following command which will prompt you for the password: openssl pkcs12 -in ubuntuBSEEcert.p12 -info Any certificate errors should have been logged in the web server log which can be found in the Support Pack (/help/support). If there are any validation issues they will be flagged here, for example, you may see from the log that the subjectAltName is missing from the certificate and needs to be added. You can email a copy of your Support Pack to support@portswigger.net if you would like us to take a look.

Philip | Last updated: Apr 28, 2022 09:43AM UTC