Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/sdk/basic-cli-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Here is an example usage of `provisionconfig` operation for a Mac or Linux-based
operating system:

```sh
node_modules/.bin/dxlclient config myserver client1
node_modules/.bin/dxlclient provisionconfig config myserver client1
```

For Windows, the equivalent command would be:

```sh
node_modules\.bin\dxlclient config myserver client1
node_modules\.bin\dxlclient provisionconfig config myserver client1
```

The parameters are as follows:
Expand All @@ -46,7 +46,7 @@ environment variable, you can also provide the path to the openssl executable
as a separate parameter. For example:

```sh
node_modules\.bin\dxlclient --opensslbin D:\custom\openssl.exe config myserver client1
node_modules\.bin\dxlclient provisionconfig --opensslbin D:\custom\openssl.exe config myserver client1
```

When prompted, provide credentials for the OpenDXL Broker Management Console
Expand Down