-
-
Notifications
You must be signed in to change notification settings - Fork 611
wfe, csr: Add IP address identifier support & integration test #8187
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
Conversation
…ngs; revise test cases
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.
Since this is in draft mode and I know you have more changes coming, just some comments on the new integration test itself.
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.
I think your "depends on" link in the PR description should be updated; that points to a bug not another PR.
Permit all valid identifier types in
wfe.NewOrder
andcsr.VerifyCSR
.Permit certs with just IP address identifiers to skip
sa.addIssuedNames
.Check that URI SANs are empty in
csr.VerifyCSR
, which was previously missed.Use a real (Let's Encrypt) IP address range in integration testing, to let challtestsrv satisfy IP address challenges.
Fixes #8192
Depends on #8154