Skip to content

Commit 57be1ab

Browse files
authored
Update README.md
1 parent efc6593 commit 57be1ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Arduino IoT Cloud Micro/Python client ☁️🐍☁️
22
Arduino IoT cloud client for Python and MicroPython.
33

4-
## Testing on Linux
4+
## Testing on CPython/Linux
55
If a crypto device is available, the following steps can be skipped, otherwise Arduino IoT cloud can be tested on Linux using SoftHSM.
66

77
#### Create softhsm token
@@ -42,7 +42,7 @@ When done with the token it can be deleted with the following command:
4242
softhsm2-util --delete-token --token "arduino"
4343
```
4444

45-
### Run the example script
45+
#### Run the example script
4646
* Set `KEY_PATH`, `CERT_PATH`, `DEVICE_ID`, `THING_ID` in `example.py`.
4747
* Provide a CA certificate in a `ca-root.pem` file or set `CA_PATH` to `None` if it's not used.
4848
* Override the default `pin` and provide `ENGINE_PATH` and `MODULE_PATH` in `ssl_params` if needed.
@@ -61,10 +61,9 @@ openssl ec -in key.pem -out key.der -outform DER
6161
openssl x509 -in cert.pem -out cert.der -outform DER
6262
```
6363

64-
### Run the MicroPython example script
64+
#### Run the MicroPython example script
6565
* Set `KEY_PATH`, `CERT_PATH`, to key and certificate DER paths respectively.
6666
* run `examples/micropython.py`
67-
```
6867

6968
## Useful links
7069

0 commit comments

Comments
 (0)