From 2a349ca5ef827c289d0e3582e0560683c4e98b1d Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 15 Sep 2022 03:51:30 +0700 Subject: [PATCH] Update README.md --- caam/seco/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caam/seco/README.md b/caam/seco/README.md index 41d50f82..d046dafc 100644 --- a/caam/seco/README.md +++ b/caam/seco/README.md @@ -66,4 +66,4 @@ Cipher text: E7241091DEF6ACFEE558AA23318BCE75 Decrypted : 74657374206D65737361676520746F20 ``` -This will create the keystores at /etc/seco_hsm . So far none of he keystores that wolfSSL creates are PERMENANT type ones, just either persistent or ephemeral. So to reset the keystore root can do "rm -rf /etc/seco_hsm" (as suggested by one of NXP's manuals on it) and reset the device. +This will create the keystores at /etc/seco_hsm . So far none of the keystores that wolfSSL creates are PERMENANT type ones, just either persistent or ephemeral. So to reset the keystore root can do "rm -rf /etc/seco_hsm" (as suggested by one of NXP's manuals on it) and reset the device.