You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-guide/get-started/emt-building-howto.md
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,4 +324,39 @@ sudo apt-get install rpm
324
324
make build-packages # to rebuild the packages
325
325
```
326
326
327
-
2. Build the image containing the package by following the steps outlined in [Building the Edge Microvisor Toolkit Image](#build-the-edge-microvisor-toolkit-image), and pointing to your modified imageconfig file.
327
+
2. Build the image containing the package by following the steps outlined in [Building the Edge Microvisor Toolkit Image](#build-the-edge-microvisor-toolkit-image), and pointing to your modified imageconfig file.
328
+
329
+
330
+
### Example 3: Generating user passwords
331
+
332
+
To specify user passwords for your build, you can use
333
+
[OpenSSL](https://openssl-library.org/source/) and generate a SHA-512 hash with salt.
334
+
It is the default and recommended security solution in the toolkit.
335
+
336
+
1. Generate a secure password with `openssl passwd`:
0 commit comments