I don't know if this repo is taking pull requests but I made PR #7 to fix this issue.
The 08_asymmetric_authentication notebook is ignoring the failure of the verify_cert_chain() call, which fails because the variables root_cert, signer_cert, and device_cert do not exist when the function is called.
I don't know if this repo is taking pull requests but I made PR #7 to fix this issue.
The 08_asymmetric_authentication notebook is ignoring the failure of the
verify_cert_chain()call, which fails because the variablesroot_cert,signer_cert, anddevice_certdo not exist when the function is called.