v0.1.1
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, thedeptokens
tool, and API docs for the/v1/tokenpki/{name}
endpoints.
- See the Operations Guide for documentation on the
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