I'm trying to load test a web application that uses mutual TLS. It's a requirement that I use a large data set of client certificates(on the order of 30k). My initial scaled down tests using the keystore configuration as described in this article worked great but when I configured a keystore with 30k certificates, even with the keystore configuration set to preload=false, JMeter takes around an hour to load the keystore and fails to execute the test, even with a single threadgroup.
I was wondering if anyone had any ideas as to how I could efficiently manage a large keystore?