-
Notifications
You must be signed in to change notification settings - Fork 3
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 CRL examples #120
Add CRL examples #120
Conversation
Instead of starting a new CRL server for each certificate, keep one alive for all of them on one port.
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 tested it locally with the web running and everything looks fine to me. Having 11 new errors covered is very nice.
I listed some small nitpicks, but nothing serious. What do you think, @mukrop?
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.
Nice, thanks. The second CI won't run as you're doing a PR from your fork. I've tested everything locally, that's sufficient.
This pull request modifies the structure for CRL checking and adds several CRL examples.