Skip to main content
Question

Distribute .crt certificate to MacBook Airs

  • December 16, 2015
  • 3 replies
  • 44 views

Forum|alt.badge.img+2

I cannot figure out how to do this in JSS and have not found anything online that explains this.

3 replies

Forum|alt.badge.img+5
  • Contributor
  • December 17, 2015

For your internal Certificate Authority (such as Active Directory Certificate Services) create or edit an existing Configuration Profile. There is a certificates section. You'll edit the certificates payload, upload your crt file to the JSS, and it will be distributed it to the enrolled devices. This should add your internal CA to the System keychain.

If it's a user certificate, you'd have to create a user level Configuration Profile, assign the profile to a user or group, and the certificate would get pushed into the user's logon keychain.

Sorry I can't be more specific, I don't have a JSS or Profile Manager instance available to me at the moment.


davidacland
Forum|alt.badge.img+18
  • Valued Contributor
  • December 17, 2015

If its just deploying a .crt, a computer level configuration profile is definitely the way to go.


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • December 17, 2015

Thought this might be helpful to share with others who run into the same issue.

In JSS, I add a new computer configuration policy. I add a certificate payload. I click on the Upload Certificate button, browse to the certificate I want to distribute, and then click upload. This produces the error message: "The file must use .cer, .der, .p12 or .pfx format" because I my certificate has a .crt file extension.

I did some research online and found that a .crt is interchangable with a .cer file extension. So I exported the installed .crt as a .cer and was then able to upload it and distribute it.