Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Releases: micromdm/tools

update certhelper

15 Jul 17:23
Compare
Choose a tag to compare
update certhelper Pre-release
Pre-release
v1.1.1

update PEM errors

mdmcert.download

12 Nov 02:55
Compare
Choose a tag to compare

certhelper version to work with mdmcert.download

This is a 1.9 Go build of certhelper. See the wiki instructions for steps to obtain a new MDM certificate that you can use for testing.

certhelper

24 May 21:24
Compare
Choose a tag to compare

added new tool to create MDM CSR, and sign Push Cert request.

certhelper

create and manage push certificate

# creates an MDM CSR and private key for vendor cert
# upload the created MDM CSR to enterprise portal to get a push certificate
certhelper vendor -csr -cn=mdm-certtool -password=secret -country=US [email protected]

# create a "provider" or a "customer" csr. This will be signed by the vendor cert and submitted to apple to get a push cert
certhelper provider -csr -cn=mdm-certtool -password=secret -country=US [email protected]

# sign the provider csr with the vendor private key
# assumes `mdm.cer` is in the folder with all the other files. You can specify each path separately as well.
certhelper vendor -sign -password=secret

# Now upload the PushCertificateRequest to https://identity.apple.com/pushcert

v1.0.1

20 May 18:45
Compare
Choose a tag to compare

updated binary with minor improvements in how hashes are calculated.

appmanifest [options] /path/to/some.pkg
  -url string
        url of the pkg as it will be on the server
  -version
        prints the version

appmanifest

20 May 13:14
Compare
Choose a tag to compare
appmanifest [options] /path/to/some.pkg
  -url string
        url of the pkg as it will be on the server
  -version
        prints the version