WCF SOAP API using k6

Hi Team,

Can we test WCF SOAP API using K6 where we are using PFX certificate??

Thanks,

Hi there, you’ve probably already gotten an answer to your question by now (sorry about that), but in case you haven’t, we actually answered this one live during our k6 Office Hours here.

To summarize what we said, a PFX certificate includes both private and public keys, so you’ll need to extract just the public key part from it. You can do this using the Windows Management Console or the Open SSL utilitly, and then you can use the resulting certificate with k6. Hope that helps!