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
@@ -11,7 +11,7 @@ FDO enables zero-touch device onboarding and secure device identity management f
11
11
## Prerequisites
12
12
13
13
- Linux system
14
-
- FDO servers deployed and accessible (Manufacturer, Rendezvous, Owner). See the FDO server documentation for server deployment.
14
+
- FDO servers deployed and accessible (Manufacturer, Rendezvous, Owner). See [Server Installation](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/README.md#server-installation) in the "FIDO Device Onboarding User Guide" for server deployment.
15
15
- Network connectivity between the device and FDO servers
16
16
17
17
## Installing the FDO client
@@ -56,7 +56,7 @@ To verify that device initialization completed successfully, see [Verifying devi
56
56
> - The Ownership Voucher must be transferred from the Manufacturer server to the Owner server.
57
57
> - The Owner server must register with the Rendezvous server (via the TO0 protocol).
58
58
>
59
-
> These are server-side operations. For more information, see the FDO server documentation.
59
+
> These are server-side operations. For more information, see [Basic Onboarding Flow (Device DI → voucher → TO0 → TO2)](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/quick-start.md#basic-onboarding-flow-device-di--voucher--to0--to2), step 3 in the "Quickstart: Install, Configure and Run FDO".
60
60
61
61
### Phase 2: Onboarding at first boot
62
62
@@ -239,7 +239,7 @@ During onboarding, the FDO Owner server can invoke the following service modules
239
239
|`fdo.upload`| Upload files from the device to the Owner server. Relative paths resolve from `default-working-dir`. |
240
240
|`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`. |
241
241
242
-
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.
242
+
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 [Service Info Configuration (FSIM Operations)](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/server-config.md#service-info-configuration-fsim-operations) in the "Configuration File Reference" for server-side configuration.
243
243
244
244
## Using a TPM
245
245
@@ -312,7 +312,7 @@ The Rendezvous server does not have a record for this device. This means the Own
312
312
3. The Owner server is configured with the correct Rendezvous server address.
313
313
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.
314
314
315
-
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.
315
+
These are server-side operations. For more information, see [Basic Onboarding Flow (Device DI → voucher → TO0 → TO2)](https://github.com/fido-device-onboard/go-fdo-server/blob/main/docs/user-guide/quick-start.md#basic-onboarding-flow-device-di--voucher--to0--to2), step 3 in the "Quickstart: Install, Configure and Run FDO". The `onboard` command retries automatically. If it continues to fail, check the Owner and Rendezvous server logs.
316
316
317
317
### Onboarding fails with "no rendezvous information found that's usable for the device"
0 commit comments