forked from espressif/esp-idf
Allow the https server to request client certs only with OPTIONAL
This commit is contained in:
@@ -91,6 +91,9 @@ struct httpd_ssl_config {
|
||||
/** CA certificate byte length */
|
||||
size_t cacert_len;
|
||||
|
||||
/** CA certificate verification optional */
|
||||
bool cacert_authmode_optional;
|
||||
|
||||
/** Private key */
|
||||
const uint8_t *prvtkey_pem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user