Victor Vrantchan

Results 116 comments of Victor Vrantchan

nacl is much nicer than pkcs7 :) I'm interested in this being available as an option as well.

@andrew-d wanted to get your thoughts on this question: Why build it directly into crypt instead of doing it in the escrow script that picks up the key from disk?

This is where we print the current fields https://github.com/micromdm/micromdm/blob/4f86fe5679518592c6439a1c5f33a7d76215662e/cmd/mdmctl/get.go#L128

We need to implement VPP to do that. Right now, it's not supported.

from the app store, no. If its an enterprise app that you own, but is not from the app store, then yes.

https://help.apple.com/deployment/ios/#/apda0e3426d7

DELETE /devices does not un-enroll the device. It will stay in the list if it checks back in. Removing the enrollment profile from the device and then deleting the record...

A sample HTTP request/response log would be useful. I don't immediately see why it wouldn't work.

Also can you try deleting by serial instead?

@knightsc APNS notifications can time out. Bufford does allow specifying the timeouts, but we leave it to the defaults. https://github.com/RobotsAndPencils/buford/blob/f7b54b6fc6e976e4d9f7fb851042a0c2ab4795c5/push/header.go#L19-L24 --- I suspect this issue is a duplicate of #215...