Can get root CA
This commit is contained in:
esp32_device/main
@ -15,6 +15,11 @@
|
||||
*/
|
||||
#define PRV_KEY_DER_MAX_BYTES 1500
|
||||
|
||||
/**
|
||||
* Root CA max length
|
||||
*/
|
||||
#define ROOT_CA_MAX_BYTES 3000
|
||||
|
||||
/**
|
||||
* Secure origin len
|
||||
*/
|
||||
|
Reference in New Issue
Block a user