Skip to content
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

Merged
merged 1 commit into from
Jul 23, 2021
Merged

Add test for SCEP responder #3667

merged 1 commit into from
Jul 23, 2021

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Jul 22, 2021

A CI test has been added to set up SCEP responder,
build SSCEP client, then run an enrollment test.
Copy link
Contributor

@c-dorney c-dorney left a 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)

@edewata
Copy link
Contributor Author

edewata commented Jul 22, 2021

@c-dorney Thanks! I'll wait in case there are more comments.

-r local.csr \
-l local.crt \
-E 3des \
-S sha256
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

Copy link
Contributor

@ckelleyRH ckelleyRH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edewata
Copy link
Contributor Author

edewata commented Jul 23, 2021

@ckelleyRH Thanks!

@edewata
Copy link
Contributor Author

edewata commented Jul 23, 2021

@ladycfu Thanks! I'll merge.

@edewata edewata merged commit 1b405f1 into dogtagpki:master Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants