Closed
Conversation
This was referenced Jun 14, 2018
Contributor
|
If groob/pkcs7#3 gets merged in we'll want to update this to pull in the latest fixes. |
Contributor
|
Now that we've had a couple changes we probably want to re-update to the latest pkcs7 version. That should get the standalone version of the scep server caught back up |
hslatman
added a commit
to hslatman/caddy-scep
that referenced
this pull request
Jan 20, 2021
The setup seems to work currently. The MicroMDM client (github.com/micromdm/scep/cmd/scepclient) does report an error stating the certificate is not within valid date range, which is reported here micromdm/scep#76 and talked about here micromdm/scep#87 too. Unfortunately, this seems to be a bug in the MicroMDM client. The certnanny/sscep (https://github.com/certnanny/sscep) implementation does seem to work (so far): ./sscep getca -u http://127.0.0.1:9080/scep -c cacert.crt -v ./sscep: starting sscep, version 0.9.0 ./sscep: new transaction ./sscep: transaction id: SSCEP transactionId ./sscep: hostname: 127.0.0.1 ./sscep: directory: scep ./sscep: port: 9080 ./sscep: SCEP_OPERATION_GETCAPS ./sscep: server response status code: 200, MIME header: text/plain ./sscep: SCEP_OPERATION_GETCA ./sscep: server response status code: 200, MIME header: application/x-x509-ca-cert ./sscep: valid response from server ./sscep: MD5 fingerprint: 22:BA:74:B3:FB:DE:79:A2:F5:42:1B:ED:22:1E:D6:5D ./sscep: CA certificate written as cacert.crt
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.
To address fullsailor/pkcs7#31