I need to input all the files which we insert in postman certificate options like the certificate , key & pass phrase files for a scenario in neoload
If you need to import a client certificate to authenticate against a server for a recording then you can import it in the NeoLoad preferences under Project Settings tab-->Certificate manager.
For more details please look at the NeoLoad documentation here
I have tried adding all three together but it didnt work out. Even in the import options it specifies about PKCS12 certificate, I tried converting the .crt with the private key & pass phrase to pkcs12 but didnt work.
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile more.crt
By the way its not for recording, its for replay of a scenario
No similar question