-
Notifications
You must be signed in to change notification settings - Fork 687
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
Support for certificate revocation list #1743
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It's sad to see that revocation seems to be an afterthought (if at all) in this fancy new cloud world. |
Could someone reopen this issue please? It seems like Envoy now has CRL support: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/transport_sockets/tls/v3/common.proto#envoy-v3-api-field-extensions-transport-sockets-tls-v3-certificatevalidationcontext-crl |
Happy to reopen; thanks for the pointer to Envoy support! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Unstale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
Please describe your use case / problem.
I would like to be able to specify allowed certificate (CRL).
Describe the solution you'd like
Envoy implementation would be: https://github.com/envoyproxy/envoy/pull/2255/files
The text was updated successfully, but these errors were encountered: