Skip to content

Commit b3949ab

Browse files
Apply suggestions from code review
Co-authored-by: MatthewCroughan <[email protected]>
1 parent 54a12fb commit b3949ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference-manual/security/factory-registration-ref.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Fully detached
2121
In this scenario devices connect to a reference server instance on
2222
a private network. This network is isolated from the internet
2323
(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
2525
**on-the-fly** the first time they connect.
2626

2727
This scenario is handy for certain security constrained setups. However,
2828
it does have a couple of potential drawbacks:
2929

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
3131
they connect.
3232

3333
* Devices won't have Foundries.io managed configuration data available
@@ -38,7 +38,7 @@ lmp-device-auto-register configuration
3838
lmp-device-register must be called with two environment variables
3939
set to work with the reference server::
4040

41-
DEVICE_API="http://<registration refernce uri>/sign"
41+
DEVICE_API="http://<registration reference uri>/sign"
4242
PRODUCTION=1
4343

4444
A factory can copy `lmp-device-auto-register`_ into their

0 commit comments

Comments
 (0)