+
+For a PKCS#12 bundle, send the password along with the upload. The password is stored securely against the certificate and applied automatically in every session that uses it.
+
+
+
+{`curl -u "${YOUR_LAMBDATEST_USERNAME()}:${YOUR_LAMBDATEST_ACCESS_KEY()}" \\
+ -X POST "https://api.lambdatest.com/mfs/v1.0/media/upload" \\
+ -F "media_file=@/Users/macuser/Downloads/client-identity.pfx" \\
+ -F "type=cert" \\
+ -F "password=$CERT_PASSWORD"`}
+
+
+
+
+