File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/reference-manual/security Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Fully detached
21
21
In this scenario devices connect to a reference server instance on
22
22
a private network. This network is isolated from the internet
23
23
(api.foundries.io). Devices get a valid signed client certificate from
24
- the reference server. Each device will be created in api.foundries.io
24
+ the reference server. Each device will be created via api.foundries.io
25
25
**on-the-fly ** the first time they connect.
26
26
27
27
This scenario is handy for certain security constrained setups. However,
28
28
it does have a couple of potential drawbacks:
29
29
30
- * Devices don't show up in the Foundries.io until the first time
30
+ * Devices don't show up on Foundries.io until the first time
31
31
they connect.
32
32
33
33
* Devices won't have Foundries.io managed configuration data available
@@ -38,7 +38,7 @@ lmp-device-auto-register configuration
38
38
lmp-device-register must be called with two environment variables
39
39
set to work with the reference server::
40
40
41
- DEVICE_API="http://<registration refernce uri>/sign"
41
+ DEVICE_API="http://<registration reference uri>/sign"
42
42
PRODUCTION=1
43
43
44
44
A factory can copy `lmp-device-auto-register `_ into their
You can’t perform that action at this time.
0 commit comments