https://bz.apache.org/bugzilla/show_bug.cgi?id=65687
Bug ID: 65687
Summary: Unable to add .p12 certificate with keystore password
Product: JMeter
Version: 5.4
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
I need to execute API request from Jmeter, which required the .p12 certificate.
In jmeter using the keytool command need to convert the .p12 file in to .jks
file, but while converting observing error
keytool -importkeystore -srckeystore rnd100_client.p12 -srcstoretype pkcs12
-destkeystore key.jks -deststoretype jks
Importing keystore rnd100_client.p12 to key.jks...
Enter destination keystore password: xxxxxx
Re-enter new password: xxxxxxx
Enter source keystore password: xxxxxx
keytool error: java.io.IOException: keystore password was incorrect
Which in the keystore password, under the system.property file there is no any
keystore password saved.
Please assist me how I can execute these API request frm Jmeter
--
You are receiving this mail because:
You are the assignee for the bug.