-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for SCEP responder #3667
Conversation
A CI test has been added to set up SCEP responder, build SSCEP client, then run an enrollment test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (Github is happy with it and it passes)
@c-dorney Thanks! I'll wait in case there are more comments. |
-r local.csr \ | ||
-l local.crt \ | ||
-E 3des \ | ||
-S sha256 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last time I played with sscep client on an older platform it didn't support sha256 or 3des and I had to compile one separately. Do you know if this sscep client will support them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's documented here (look for the -E
and -S
params):
https://github.com/certnanny/sscep
If those params are not specified, by default it will use des
and md5
, and the CI will fail. Since the CI passed I suppose those params did work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FYI there's one unrelated failure in CI caused by a known JSS issue: dogtagpki/jss#781
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ckelleyRH Thanks! |
@ladycfu Thanks! I'll merge. |
A CI test has been added to set up SCEP responder,
build SSCEP client, then run an enrollment test.
Docs: