Table of Contents |
---|
Structure Definition
Configuration Field Description
µC/HTTPs secure configuration structure used in HTTPs_Init()
is defined as below:
Configuration Field Description
The HTTPs_SECURE_CFG
structure referenced in instance configuration must exist throughout the lifetime of the HTTPs instance since the certificate and the key are not copied internally and are directly referenced throughout the HTTPs_SECURE_CFG
pointer.
If the PEM format is used, do not include the “-----BEGIN CERTIFICATE-----”, “-----END CERTIFICATE-----”, “-----BEGIN RSA PRIVATE KEY-----” or “-----END RSA PRIVATE KEY-----” sections.
Structure Example
...