What exactly does the ssl_stapling_verify
directive? Does it check if the signature of the answer is correct? The official nginx documentation is very vague in explaining this:
https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_verify
Enables or disables verification of OCSP responses by the server.
For verification to work, the certificate of the server certificate issuer, the root certificate, and all intermediate certificates should be configured as trusted using the ssl_trusted_certificate directive.