How to handle Client side SSL Certificates in Katalon. In selenium we use firefox profiles

How to handle Client-side SSL Certificates in Katalon. In selenium, we use firefox profiles and import cert to those profiles. Is there any way to import certs before recording and running tests.

I am trying to figure this out for Firefox as well. I was able to write a custom keyword to change the certificate for Chrome (On Windows). I basically had to use system calls to the certutil windows tool.

How to create firefox profiles in katalon?