From 8f2727d0110cd828432d5c61b7b0778bca4e7d4f Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 17 Sep 2019 16:08:27 -0400 Subject: [PATCH] generate a new private key and turn the lock off by default --- examples/atecc_csr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/atecc_csr.py b/examples/atecc_csr.py index 7d50446..166e40c 100755 --- a/examples/atecc_csr.py +++ b/examples/atecc_csr.py @@ -7,7 +7,7 @@ # -- Enter your configuration below -- # # Lock the ATECC module when the code is run? -LOCK_ATECC = True +LOCK_ATECC = False # 2-letter country code MY_COUNTRY = "US" # State or Province Name @@ -21,7 +21,7 @@ # Which ATECC slot (0-4) to use ATECC_SLOT = 0 # Generate new private key, or use existing key -GENERATE_PRIVATE_KEY = False +GENERATE_PRIVATE_KEY = True # -- END Configuration, code below -- #