Show device private key

This commit is contained in:
2024-08-15 13:32:01 +02:00
parent 752bf50ad3
commit 0c11703cea
3 changed files with 61 additions and 23 deletions

View File

@ -29,6 +29,8 @@ void app_main(void)
{
printf("Generated device private key!\n");
}
printf("Device private key:\n");
crypto_print_priv_key();
reboot();
}