Back to Filament

Civetweb API Reference

third_party/civetweb/docs/api/mg_client_cert.md

1.71.2696 B
Original Source

Civetweb API Reference

struct mg_client_cert;

Fields

FieldTypeDescription
subjectconst char *The subject of the certificate
issuerconst char *The issuer of the certificate
serialconst char *The serial number of the certificate
fingerconst char *The fingerprint of the certificate

Description

The structure client_cert is used as a sub-structure in the mg_request_info structure to store information of an optional client supplied certificate.

See Also