Skip to content

CSR generation example does not work on Arduino Nano IoT 33 #23

Description

@thebigredgeek

The example, as is, does not work on the IoT 33. Serial.println(csr); pushes an empty string out through serial. To get this to work, I had to prime the String instance and/or the Serial singleton by calling Serial.println(csr.length()) immediately before Serial.println(csr) in order for the CSR cert to output via Serial. Otherwise, the output would be an empty string. If I simply call csr.length() without passing the result to Serial.println, this also does not work. Seems like a weird state issue, maybe?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions