Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 88ae62c

Browse files
committed
Switched from softhinker to grinich vendor sign code
1 parent 6f49c9e commit 88ae62c

File tree

12 files changed

+9
-362
lines changed

12 files changed

+9
-362
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor"]
2+
path = vendor
3+
url = git://github.com/grinich/mdmvendorsign

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Instructions and code for setting up a simple iOS Mobile Device Management (MDM)
5353
* These files will be used in the next step.
5454

5555
6. Use the mdmvendorsign tool to create applepush.csr
56-
* Copy private.key, push.csr, and mdm.cer into vendor/mdmvendorsign
56+
* Copy private.key, push.csr, and mdm.cer into /vendor/
5757
* Run the following command while in that directory:
5858
python mdm_vendorpython mdm_vendor_sign.py –key private.key –csr push.csr –mdm mdm.cer –out applepush.csr
5959
* This should generate applepush.csr.
@@ -219,8 +219,12 @@ This project also uses code from various sources under various licenses.
219219

220220
[The original code from the Intrepidus Group's python server is under the BSD License found here.](server/LICENSE)
221221

222+
[The python vendor signing code is located here and is under the MIT license.](https://github.com/grinich/mdmvendorsign)
223+
222224
[The Softhinker certificate signing code is under the Apache License found here.](vendor-signing/LICENSE)
223225

224226
[The website's Bootstrap code is under the MIT License found here.](server/static/dist/LICENSE)
225227

228+
The certificate setup instructions were based on [this blog post](http://www.blueboxmoon.com/wordpress/?p=877). Our thanks to Daniel.
229+
226230
Finally we use some free [glyphicons](http://glyphicons.com/) that are included with bootstrap.

vendor

Submodule vendor added at f3565f5

vendor-signing/LICENSE

Lines changed: 0 additions & 190 deletions
This file was deleted.

vendor-signing/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

vendor-signing/com/softhinker/Test.java

Lines changed: 0 additions & 167 deletions
This file was deleted.

vendor-signing/com/softhinker/customer.der

Whitespace-only changes.

vendor-signing/com/softhinker/intermediate.pem

Whitespace-only changes.

vendor-signing/com/softhinker/mdm.pem

Whitespace-only changes.

vendor-signing/com/softhinker/root.pem

Whitespace-only changes.

0 commit comments

Comments
 (0)