Unanswered question

How to insert .crt , key & passphrase of postman in neoload certificate manager prefences

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

Debarchan B.
Debarchan B.

Debarchan B.

Level
0
12 / 100
points

Answers

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

Debarchan B.
Debarchan B.

Debarchan B.

Level
0
12 / 100
points

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