Request device certificate

This commit is contained in:
2024-08-29 00:09:47 +02:00
parent d890b23670
commit 31f4203c43
6 changed files with 84 additions and 8 deletions

View File

@ -35,6 +35,11 @@
*/
#define ROOT_CA_MAX_BYTES 3000
/**
* Device certificate max length
*/
#define DEV_CERT_MAX_BYTES 3000
/**
* Secure origin len
*/