Skip to content

Commit 3e328d5

Browse files
committed
docs: add links to FDO server documentation
Signed-off-by: Klara Necasova <knecasov@redhat.com>
1 parent 399fe28 commit 3e328d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/fdo-client-documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FDO enables zero-touch device onboarding and secure device identity management f
1111
## Prerequisites
1212

1313
- 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.
1515
- Network connectivity between the device and FDO servers
1616

1717
## Installing the FDO client
@@ -56,7 +56,7 @@ To verify that device initialization completed successfully, see [Verifying devi
5656
> - The Ownership Voucher must be transferred from the Manufacturer server to the Owner server.
5757
> - The Owner server must register with the Rendezvous server (via the TO0 protocol).
5858
>
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".
6060
6161
### Phase 2: Onboarding at first boot
6262

@@ -239,7 +239,7 @@ During onboarding, the FDO Owner server can invoke the following service modules
239239
| `fdo.upload` | Upload files from the device to the Owner server. Relative paths resolve from `default-working-dir`. |
240240
| `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`. |
241241

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.
243243

244244
## Using a TPM
245245

@@ -312,7 +312,7 @@ The Rendezvous server does not have a record for this device. This means the Own
312312
3. The Owner server is configured with the correct Rendezvous server address.
313313
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.
314314

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.
316316

317317
### Onboarding fails with "no rendezvous information found that's usable for the device"
318318

0 commit comments

Comments
 (0)