Skip to content

Commit 3dcca89

Browse files
committed
Fleet waves management commands update Foundries
1 parent 368453c commit 3dcca89

File tree

1 file changed

+4
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/06.waves-fleet-managment

1 file changed

+4
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/06.waves-fleet-managment/content.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,17 @@ For security purposes, we recommend that you rotate your FoundriesFactory keys.
4747
First, we will rotate the root keys. These are the most important keys, as they are used to create new target keys. Rotate them with the command:
4848

4949
```bash
50-
fioctl keys rotate-root --initial /absolute/path/to/root.keys.tgz
50+
fioctl keys tuf rotate-offline-keys -r root -k /absolute/path/to/root.keys.tgz
5151
```
5252

5353
Now we can rotate the target-only keys with following command:
5454

5555
```bash
56-
fioctl keys rotate-targets /absolute/path/to/root.keys.tgz
56+
fioctl keys tuf rotate-offline-keys -r targets -k /absolute/path/to/root.keys.tgz
5757
```
5858

59+
***The above commands have been updated from the older __fioctl keys rotate-root__ and __fioctl keys rotate-targets__ commands to reflect the latest security practices recommended by [Foundries.io](https://docs.foundries.io/latest/reference-manual/security/offline-keys.html).***
60+
5961
And finally, for security reasons, we separating the target keys from the root using the following command:
6062

6163
```bash

0 commit comments

Comments
 (0)