Posted on 03-02-2015 05:22 PM
Hi JAMF Nation!
I'm currently attempting to add two certificates to the JSS as OS X Config profiles, both are in a .pfx format. The issues I'm running into is that the JSS keeps saying 'Could not read file'. How do you guys attempt to make a .pfx certs into a Casper readable certificate?
My goal:
1:Deploy cert to System Keychain
2: Make the two .pfx files and the files in it 'Trusted for all users'.
Posted on 03-02-2015 06:41 PM
You should be able to simply change the extension to .p12 and be good to go.
Posted on 03-02-2015 06:49 PM
Renamed it and the JSS still can't read it. I haven't tried putting into Casper Admin yet (not at work).
Posted on 03-02-2015 11:31 PM
@Abdiaziz, if you import thr certs into a Macs Keychain... You should then be able to export them in a format that the JSS will take.
I'd then deploy the certs via a profile.
Posted on 03-03-2015 12:12 PM
Sounds like it might be encoded in an incompatible format. I've used openssl in the terminal to convert in the past:
openssl pkcs12 -in /path/to/file.pfx -out /path/to/new/file.pem -nodes
Posted on 03-17-2015 03:12 PM
Got new certificates in .pfx format, it worked. Something must have been wrong with the originals.