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
1. Click **IoT Hub** in the **Integration Services** section of the side menu. If you have not already created a Hub, the IoT Hub creation page displays.
@@ -40,7 +44,7 @@ In this Quickstart, we show you how to create your first IoT Hub to connect obje
40
44
41
45
A [device](/iot-hub/concepts/#device) is a “client” of the Hub. It can be a connected object or any other application. You have to add a “device” for each “client” to connect. Each device will be associated with a unique identifier to be used as “client ID” and a certificate/key pair for a maximum security level.
42
46
43
-
In this Quickstart, we add 2 devices: publisher and subscriber. Here, we accept lowsecurity connections for the devices. However, in a production environment, it is recommended to always use high-security settings.
47
+
In this Quickstart, we add 2 devices: publisher and subscriber. Here, we accept low-security connections for the devices. However, in a production environment, it is recommended to always use high-security settings.
44
48
45
49
1. Click **IoT Hub** in the **Integration Services** section of the side menu. The list of your IoT Hubs displays.
46
50
2. Click the name of the IoT Hub on which you want to add a device. The hub's overview page displays.
@@ -86,10 +90,10 @@ To exchange messages between our two devices, we are going to open two web-based
86
90
5. Post a message on the **publisher** device. Type the message in the form and click **Publish**:
87
91
<Lightboxsrc="scaleway-iothub-qs2.webp"alt="" />
88
92
89
-
You can see in the "Messages" box that the message published by **publisher** has been received by the **subscriber**. Congratulations, you have successfully configured your first IoT Hub.
93
+
You can see in the "Messages" box that the message published by the **publisher** has been received by the **subscriber**. Congratulations, you have successfully configured your first IoT Hub.
90
94
91
95
## Going further
92
96
93
97
To go further, you can subscribe to multiple topics and use wildcards (for more information, refer to our blog post "[IoT Hub - Introduction to MQTT Topics](https://www.scaleway.com/en/blog/scaleway-iot-hub-introduction-to-mqtt-topics/)").
94
98
95
-
Finally if you want to use more advanced features such as retained messages (see our blog post "[IoT Hub: A Quick Introduction to the MQTT Protocol](https://www.scaleway.com/en/blog/introduction-to-mqtt-protocol/)" for more information), you can start this tutorial again, this time choosing a dedicated or high availability IoT Hub.
99
+
Finally, if you want to use more advanced features such as retained messages (see our blog post "[IoT Hub: A Quick Introduction to the MQTT Protocol](https://www.scaleway.com/en/blog/introduction-to-mqtt-protocol/)" for more information), you can start this tutorial again, this time choosing a dedicated or high availability IoT Hub.
Copy file name to clipboardExpand all lines: pages/key-manager/concepts.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ meta:
3
3
title: Key Manager - Concepts
4
4
description: Explore essential cryptographic concepts, including symmetric and asymmetric encryption, data encryption keys (DEKs), key encryption keys (KEKs), and Scaleway Key Manager's robust features for secure key management and encryption operations.
5
5
content:
6
-
h1: Concepts
6
+
h1: Key Manager - Concepts
7
7
paragraph: Explore essential cryptographic concepts, including symmetric and asymmetric encryption, data encryption keys (DEKs), key encryption keys (KEKs), and Scaleway Key Manager's robust features for secure key management and encryption operations.
Copy file name to clipboardExpand all lines: pages/secret-manager/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ meta:
3
3
title: Secret Manager - Quickstart
4
4
description: Learn how to quickly set up and manage secrets with Scaleway's Secret Manager. Follow our step-by-step guide to create secrets, define paths, and add versions effortlessly.
5
5
content:
6
-
h1: Quickstart
6
+
h1: Secret Manager - Quickstart
7
7
paragraph: Learn how to quickly set up and manage secrets with Scaleway's Secret Manager. Follow our step-by-step guide to create secrets, define paths, and add versions effortlessly.
0 commit comments