push and install .pem files to endpoints

1 of the use case from my user is to push and install .pem files to endpoints.

I was informed to post a discussion in this forum as this will be a custom action and HCL support does not support this.

Has anyone done this before?

Appreciate your advice and help here.

Thanks!

The general rule is that if you can script what you want to do in a way that requires no user input then it can be done using Bigfix.

So, if you can post here the way you would do this outside Bigfix someone will wander by who can help you convert it to ActionScript.

we do lot of automation using bf using python action script or bf fixlet. Pushing upgrades etc or start/stoping the process. Updating the pem can be doable too. you just put the pem file in the shell script self installer and send it out to target host and run the shell script.