Http_ClientCert
typedef struct Http_ClientCert {...} Http_ClientCert
Overview
Defines the client certificate sent to a remote server, which will be used by the server to verify the identity of the client.
Since: 20
Related module: netstack
Header file: net_http_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| char *certPath | Path of the certificate file. |
| Http_CertType type | Certificate type. The default value is PEM. For details, see Http_CertType. |
| char *keyPath | Path of the certificate key file. |
| char *keyPassword | Password of the certificate key file. |