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/fdo-client-documentation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ FDO enables zero-touch device onboarding and secure device identity management f
12
12
## Prerequisites
13
13
14
14
- Linux system
15
-
- FDO servers deployed and accessible (Manufacturer, Rendezvous, Owner). See the FDO server documentation for server deployment.
15
+
- FDO servers deployed and accessible (Manufacturer, Rendezvous, Owner). See the "[FIDO Device Onboarding User Guide](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/README.md)", the section "Server installation" for server deployment.
16
16
- Network connectivity between the device and FDO servers
17
17
18
18
## Installing the FDO client
@@ -57,7 +57,7 @@ To verify that device initialization completed successfully, see [Verifying devi
57
57
> - The Ownership Voucher must be transferred from the Manufacturer server to the Owner server.
58
58
> - The Owner server must register with the Rendezvous server (via the TO0 protocol).
59
59
>
60
-
> These are server-side operations. For more information, see the FDO server documentation.
60
+
> These are server-side operations. For more information, see the "[Quickstart: Install, Configure and Run FDO](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/quick-start.md)", the section "Basic Onboarding Flow (Device DI → voucher → TO0 → TO2)", step 3.
61
61
62
62
### Phase 2: Onboarding at first boot
63
63
@@ -240,7 +240,7 @@ During onboarding, the FDO Owner server can invoke the following service modules
240
240
|`fdo.upload`| Upload files from the device to the Owner server. Relative paths resolve from `default-working-dir`. |
241
241
|`fdo.wget`| Download files from an HTTP server to the device. Relative paths resolve from `default-working-dir`. Temporary files are created in `default-working-dir`. |
242
242
243
-
All service modules are enabled by default. The `default-working-dir` is configured as an onboarding option (see [Onboarding options](#onboarding-options)). The Owner server configuration determines which modules are invoked during onboarding. See the FDO server documentation for server-side configuration.
243
+
All service modules are enabled by default. The `default-working-dir` is configured as an onboarding option (see [Onboarding options](#onboarding-options)). The Owner server configuration determines which modules are invoked during onboarding. See the "[Configuration File Reference](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/server-config.md)", section "Service Info Configuration (FSIM Operations)" for server-side configuration.
244
244
245
245
## Using a TPM
246
246
@@ -313,7 +313,7 @@ The Rendezvous server does not have a record for this device. This means the Own
313
313
3. The Owner server is configured with the correct Rendezvous server address.
314
314
4. The correct Ownership Voucher was transferred. The GUID in the voucher must match the GUID in the device credential. Use `go-fdo-client print --blob /boot/device_credential` (or `--tpm /dev/tpmrm0` when using a TPM) to check the device GUID.
315
315
316
-
These are server-side operations. For more information, see the FDO server documentation. The `onboard` command retries automatically. If it continues to fail, check the Owner and Rendezvous server logs.
316
+
These are server-side operations. For more information, see the "[Quickstart: Install, Configure and Run FDO](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/quick-start.md)", the section "Basic Onboarding Flow (Device DI → voucher → TO0 → TO2)", step 3. The `onboard` command retries automatically. If it continues to fail, check the Owner and Rendezvous server logs.
317
317
318
318
### Onboarding fails with "no rendezvous information found that's usable for the device"
0 commit comments