Skip to content

Commit

Permalink
Switched from softhinker to grinich vendor sign code
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasr committed Jan 15, 2015
1 parent 6f49c9e commit 88ae62c
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 362 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vendor"]
path = vendor
url = git://github.com/grinich/mdmvendorsign
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Instructions and code for setting up a simple iOS Mobile Device Management (MDM)
* These files will be used in the next step.

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

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

[The python vendor signing code is located here and is under the MIT license.](https://github.com/grinich/mdmvendorsign)

[The Softhinker certificate signing code is under the Apache License found here.](vendor-signing/LICENSE)

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

The certificate setup instructions were based on [this blog post](http://www.blueboxmoon.com/wordpress/?p=877). Our thanks to Daniel.

Finally we use some free [glyphicons](http://glyphicons.com/) that are included with bootstrap.
1 change: 1 addition & 0 deletions vendor
Submodule vendor added at f3565f
190 changes: 0 additions & 190 deletions vendor-signing/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions vendor-signing/README.md

This file was deleted.

167 changes: 0 additions & 167 deletions vendor-signing/com/softhinker/Test.java

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file removed vendor-signing/lib/dom4j-1.6.1.jar
Binary file not shown.

0 comments on commit 88ae62c

Please sign in to comment.