sdklab/stress_fault/src/device_identity_helper.ts (2 lines): - line 21: const caRootCert = null; // TODO: Buffer.from(process.env.IOTHUB_CA_ROOT_CERT, 'base64').toString('ascii'); - line 22: const caRootCertKey = null; // TODO: Buffer.from(process.env.IOTHUB_CA_ROOT_CERT_KEY, 'base64').toString('ascii'); provisioning/device/src/tpm_registration.ts (2 lines): - line 140: // TODO: verify that the transport is disconnected here. Maybe add SRS in transport - line 218: // TODO: is this weird? also what type of error?