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 @@ extern "C"
*/
int secure_api_enroll_device();
/**
* Get device certificate
*/
char *secure_api_get_dev_certificate();
#ifdef __cplusplus
}
#endif