File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,12 +289,12 @@ Source: `samples/fleetprovisioning.py`
289289
290290Run the sample using createKeysAndCertificate:
291291```
292- python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --thing-name <name> -- templateName <name> --templateParameters <parameters>
292+ python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --templateName <name> --templateParameters <parameters>
293293```
294294
295295Run the sample using createCertificateFromCsr:
296296```
297- python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --thing-name <name> -- templateName <name> --templateParameters <parameters> --csr <csr file>
297+ python fleetprovisioning.py --endpoint <endpoint> --root-ca <file> --cert <file> --key <file> --templateName <name> --templateParameters <parameters> --csr <csr file>
298298```
299299
300300Your Thing's
You can’t perform that action at this time.
0 commit comments