ApacheJMeterTemporaryRootCA.crt not found in BIN folder

Viewed 3830

I have not been able to see the ApacheJMeterTemporaryRootCA.crt file in the bin folder. I am running jmeter 5.2.1. I need to sort this so I can be able to add certificated to my API calls to the server. Please any help or pointing me to the right direction would be a life saver.

Or if anyone has an easier way I can attach certificates to each call to the server that might also work. I am running out of options. Thanks.

2 Answers

JMeter by default out of the box doesn't come with this certificate in any of the versions until you actually start recording. In case you have migrated from a different machine/environment I would suggest below in the box where you are not able to see the certificate.

Add a Test Script Recorder, select Target controller to itself and click on Start. Once you start the recording and the pop-up for the certificate appears, refresh bin directory and you will be able to see the certificate.

In my case I run this file and then ApacheJMeterTemporaryRootCA.crt appear in bin folder (apache-jmeter-5.5 version)

apache-jmeter-5.5\apache-jmeter-5.5\extras\proxycert.cmd

Related