Skip to content

Commit 6568dac

Browse files
committed
Guide documentation minor update
1 parent 27cfdc4 commit 6568dac

File tree

1 file changed

+14
-10
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/08.security-hardening-guide

1 file changed

+14
-10
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/08.security-hardening-guide/content.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ mkcert -version
222222

223223
Log in to the Arduino UNO Q device and:
224224

225-
1. Enter the WebUI Application directory;
226-
2. Create a **certs** directory inside the Application where you have to add the private key and certificate;
227-
3. Enter the **certs** directory.
225+
1. Enter the WebUI Application directory
226+
2. Create a **certs** directory inside the Application where you have to add the private key and certificate
227+
3. Enter the **certs** directory
228228

229229
```bash
230230
cd ~/ArduinoApps/APPLICATION_NAME
@@ -238,11 +238,13 @@ cd certs
238238

239239
Then you have to:
240240

241-
1. Install the root CA provided by mkcert in the system trust store (optional);
242-
2. Create a certificate and a private key for your application;
243-
3. Rename the file with the path expected by WebUI brick:
244-
- `cert.pem` for certificate
245-
- `key.pem` for private key
241+
1. Install the root CA provided by mkcert in the system trust store (optional)
242+
2. Create a certificate and a private key for your application
243+
3. Rename the file with the path expected by WebUI brick:
244+
245+
- `cert.pem` for certificate
246+
- `key.pem` for private key
247+
246248
4. Upload the files to the application path
247249

248250
**Step 1: Install mkcert CA (optional)**
@@ -340,11 +342,13 @@ cd certs
340342

341343
Then you have to:
342344

343-
1. Create the CSR and private key for your application.
345+
1. Create the CSR and private key for your application
344346
2. Sign the CSR with the Public Certification Authority  
345-
3. Rename the files with the name expected by WebUI brick:  
347+
3. Rename the files with the name expected by WebUI brick:
348+
346349
- `cert.pem` for certificate  
347350
- `key.pem` for private key  
351+
348352
4. Upload the files to the application path
349353

350354
```bash

0 commit comments

Comments
 (0)