diff --git a/SUMMARY.md b/SUMMARY.md index c3f6f67..ff27622 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,9 +1,9 @@ # Table of contents * [Open Wi-Fi](README.md) -* [Ordering Open Wi-Fi APs](ordering-open-wi-fi-aps.md) * [Getting Started](getting-started/README.md) - * [Device and Cloud Keys](getting-started/device-and-cloud-keys.md) + * [Device and Cloud Keys](getting-started/device-and-cloud-keys/README.md) + * [Ordering Open Wi-Fi APs](getting-started/device-and-cloud-keys/ordering-open-wi-fi-aps.md) * [Cloud SDK Installation](getting-started/controller-installation/README.md) * [AWS Install](getting-started/controller-installation/aws-install.md) * [MicroK8s Install](getting-started/controller-installation/microk8s-install.md) diff --git a/getting-started/device-and-cloud-keys.md b/getting-started/device-and-cloud-keys/README.md similarity index 91% rename from getting-started/device-and-cloud-keys.md rename to getting-started/device-and-cloud-keys/README.md index d1125ba..1447b67 100644 --- a/getting-started/device-and-cloud-keys.md +++ b/getting-started/device-and-cloud-keys/README.md @@ -8,7 +8,7 @@ description: Root Certificate Trust TIP Open Wi-Fi program ensures unique identity of all devices, encryption of traffic to and from the management cloud, discovery of management cloud, and ability to change device to cloud service discovery. TIP model ensures worldwide Zero Touch Provisioning, unique identity of all device and cloud conversation with no vendor lock in. -![TIP CA Cloud & ODM Partners](../.gitbook/assets/image%20%286%29.png) +![TIP CA Cloud & ODM Partners](../../.gitbook/assets/image%20%286%29.png) TIP device and cloud partners in Open Wi-Fi are uniquely managed members within a division of the Telecom Infra Project CA within DigiCert. @@ -32,17 +32,17 @@ Similar to device onboarding, TIP provides a script to automate this process. Fo Each device on initial startup or when factory reset will connect to the Certificate Authority using its unique device credentials requesting its current 'cloud' value. This functions both as cloud discovery as well as redirector in the event the device owner wishes to change the cloud or cloud service provider relationship with their device. -![TIP Device Cloud Discovery](../.gitbook/assets/image%20%282%29.png) +![TIP Device Cloud Discovery](../../.gitbook/assets/image%20%282%29.png) ### Configuration without Internet Connection In certain situations, a connection to the cloud or the root authority may not be possible. When this occurs, each TIP Open Wi-Fi Access Point device on factory boot presents an initial configuration Wi-Fi Management SSID called 'Maverick'. Connecting to Maverick presents a web page where updating WAN interface settings and the fully qualified domain name of the cloud may be entered. -![Cloud and WAN Setup without Internet Access](../.gitbook/assets/image%20%281%29.png) +![Cloud and WAN Setup without Internet Access](../../.gitbook/assets/image%20%281%29.png) When the device is a PoE Ethernet switch, a local management interface exists where the same configuration of cloud and WAN are possible. -![Local Configuration either via Wi-Fi Web GUI or LAN CLI ](../.gitbook/assets/image%20%287%29.png) +![Local Configuration either via Wi-Fi Web GUI or LAN CLI ](../../.gitbook/assets/image%20%287%29.png) diff --git a/ordering-open-wi-fi-aps.md b/getting-started/device-and-cloud-keys/ordering-open-wi-fi-aps.md similarity index 100% rename from ordering-open-wi-fi-aps.md rename to getting-started/device-and-cloud-keys/ordering-open-wi-fi-aps.md