Fix #723 - Update intermediate cert and signature algorithm#725
Merged
jessepeterson merged 2 commits intomicromdm:mainfrom Feb 10, 2021
Merged
Fix #723 - Update intermediate cert and signature algorithm#725jessepeterson merged 2 commits intomicromdm:mainfrom
jessepeterson merged 2 commits intomicromdm:mainfrom
Conversation
Lepidopteron
approved these changes
Feb 10, 2021
Contributor
There was a problem hiding this comment.
For sake of completeness DEP Token is (still) working/did not break.
- generated new dep_token and exchanged this with business.apple.com
- Uploaded the new token to our local mdm server
Following steps were also successful.
- have vendor CSR
.csrcreated by MDM server - upload vendor
.csrto developer.apple.com to havemdm.cergenerated - download
mdm.cer - upload
mdm.certo MDM server - have
.csrfor the push certificate generated by MDM server - download the
.csrfrom the MDM server - sign the
.csrwith private key of server and generate.plistfile for https://identity.apple.com/ - upload
.plistfile to https://identity.apple.com/ and download.pemfile - upload
.pemfile to MDM server
Step 8 is working correct and commands can be sent again to the managed devices.
Lepidopteron
approved these changes
Feb 10, 2021
hacker
reviewed
Feb 17, 2021
| const ( | ||
| wwdrIntermediaryURL = "https://developer.apple.com/certificationauthority/AppleWWDRCA.cer" | ||
| wwdrIntermediaryURL = "https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer" | ||
| appleRootCAURL = "http://www.apple.com/appleca/AppleIncRootCertificate.cer" |
There was a problem hiding this comment.
Should it not also be https? (works either way, but https sounds right).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See here