We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6fb64 commit 0dba986Copy full SHA for 0dba986
docs/guides/secure-boot.md
@@ -54,3 +54,6 @@ The security keys can be added with:
54
- `build.keys.sign_key` indicates the name of the custom signing key to use to sign a binary during the compile process.
55
- `build.keys.encrypt_key` indicates the name of the custom encryption key to use to encrypt a binary during the compile
56
process.
57
+
58
+It's suggested to use the property names mentioned before, because they can be overridden respectively with
59
+`--keys-keychain`, `--sign-key` and ``--encrypt-key` Arduino CLI [compile flags](../commands/arduino-cli_compile.md).
0 commit comments