Sindri Pétur Ingimundarson
Sindri Pétur Ingimundarson
#### What this PR does / why we need it: This adds a `securityContext` on each container with a configuration option for `readOnlyRootFilesystem` defaulted to false. This also adds readiness...
During session resumption with stateless tickets a previously verified client certificate will not be available in the resumed session. Storing the certificate in the session ticket allows us to retrieve...
**Feature Proposal and Use Case** I have a use case where I need to verify Client Certificates and pull some data out of the certificate when a client connects. Now...
This PR subsumes PR: #5957 and closes issue: #5870 Calling `ssl:peercert/1` after a client connects with session resumption returns `{error, no_peercert}`. This PR adds the new options `stateful_with_cert` and `stateless_with_cert`...