Hi all,
I have a .pfx file with password, It must be installed all computer but for users account not a system.
So i deploy it to private/var/tmp and execute Command.
cd /private/var/tmp && security import Deploy_User.pfx -k ~/Library/Keychains/login.keychain -P \\password
It works in my computer when i try to run in terminal. But in in jamf it did not work. Also did not copy to var/tmp my .pfx file.
But when i deploy from self service. Everything is fine. Users can install from Self Service. And also i can see that login keychain. But i cannot deploy silently. i have lots of users. So i cannot say to everyone that install from self service.
So i need to force installing from all users self service. Do anyone know that?
Anyone have other solution?
