mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-23 05:45:43 +08:00
Added mock push certificates and example script for cert generation Check that push cert has required UID com.apple.mgmt prefix Closes #367
4 lines
236 B
Bash
Executable File
4 lines
236 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 18262 -out certificate.pem -subj "/UID=com.apple.mgmt.External.18a16429-886b-41f1-9c30-2bd04ae4fc37/CN=APSP:17a16429-886b-41f1-8c90-3bd02ae9fc57/C=US"
|