@@ -262,19 +262,19 @@ There are a couple of environment variables, which can be used to control the ap
262
262
--tb, --addtrustedcertbase64=VALUE
263
263
adds the certificate to the applications trusted
264
264
cert store passed in as base64 string (multiple
265
- comma-seperated strings supported)
265
+ comma-separated strings supported)
266
266
--tf, --addtrustedcertfile=VALUE
267
267
adds the certificate file(s) to the applications
268
268
trusted cert store passed in as base64 string (
269
- multiple comma-seperated filenames supported)
269
+ multiple comma-separated filenames supported)
270
270
--ib, --addissuercertbase64=VALUE
271
271
adds the specified issuer certificate to the
272
272
applications trusted issuer cert store passed in
273
- as base64 string (multiple comma-seperated strings supported)
273
+ as base64 string (multiple comma-separated strings supported)
274
274
--if, --addissuercertfile=VALUE
275
275
adds the specified issuer certificate file(s) to
276
276
the applications trusted issuer cert store (
277
- multiple comma-seperated filenames supported)
277
+ multiple comma-separated filenames supported)
278
278
--rb, --updatecrlbase64=VALUE
279
279
update the CRL passed in as base64 string to the
280
280
corresponding cert store (trusted or trusted
@@ -285,7 +285,7 @@ There are a couple of environment variables, which can be used to control the ap
285
285
issuer)
286
286
--rc, --removecert=VALUE
287
287
remove cert(s) with the given thumbprint(s) (
288
- multiple comma-seperated thumbprints supported)
288
+ multiple comma-separated thumbprints supported)
289
289
--dt, --devicecertstoretype=VALUE
290
290
the iothub device cert store type.
291
291
(allowed values: Directory, X509Store)
@@ -395,4 +395,4 @@ Further resources can be found in the GitHub repositories:
395
395
> [ OPC Publisher GitHub repository] ( https://github.com/Azure/Industrial-IoT )
396
396
397
397
> [ !div class="nextstepaction"]
398
- > [ IIoT Platform GitHub repository] ( https://github.com/Azure/iot-edge-opc-publisher )
398
+ > [ IIoT Platform GitHub repository] ( https://github.com/Azure/iot-edge-opc-publisher )
0 commit comments