You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin to aes_fix branch (micromdm#454)
Resolvesmicromdm#453
This is a temporary fix until the proper CBC variant for content encryption is implemented in pkcs7
refactor package main (micromdm#49)
move the contents of main.go into app package.
scaffold a CLI subcommands package.
add a version package and add /_version handler to print detailed version info.