@@ -222,9 +222,9 @@ mkcert -version
222222
223223Log 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
230230cd ~ /ArduinoApps/APPLICATION_NAME
@@ -238,11 +238,13 @@ cd certs
238238
239239Then 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+
2462484 . Upload the files to the application path
247249
248250** Step 1: Install mkcert CA (optional)**
@@ -340,11 +342,13 @@ cd certs
340342
341343Then 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
3443462 . 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+
3483524 . Upload the files to the application path
349353
350354``` bash
0 commit comments