Deploy .pfx with password

Hi Team,

Anyone had tried to deply a .pfx certificate file via Bigfix?
Appreciate if could share any usefull or sample of the deployment steps to refer.

Thank you.

Welcome to the forum @appaaziz23 !

You can use below method to install pfx cert file:

waithidden {pathname of system folder & "\certutil.exe"} -f -p <password> -importpfx <path of pfx file> <certificate_store_location>

if you want to avoid showing password in action script then you must use the secure parameters.

https://bigfix.me/fixlet/details/3679

3 Likes