Skip to content

v0.1.1

Compare
Choose a tag to compare
@jessepeterson jessepeterson released this 22 Sep 20:22
· 53 commits to main since this release
a7538c5

Thank you to our contributors for this release: @lucasmrod.

New Features/Capabilities

  • Ability to set Common Name and validity age of DEP certificate that's provided to Apple DEP portal(s): #6
    • See the Operations Guide for documentation on the cfg-get-cert.sh script, the deptokens tool, and API docs for the /v1/tokenpki/{name} endpoints.

Bug fixes

  • Always return valid Config and check for directory in file backend: #3
  • Guard against changing consumer key: #1
    • This helps protect accidentally uploading the wrong DEP tokens for a given DEP name.
  • Guard against saving empty config: c77808e

Other