Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 17, 2024
1 parent 5fd49ec commit 0212089
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ Alternatively, in standalone mode, they can be specified via the command line of

Before the client can establish a connection, it must know the login (authentication) method to use (`--login-type` or `-o` option). To find the supported login types, run it with the `-m info` parameter:

## Docker Usage

Check [this repository](https://github.com/leleobhz/snx-rs-docker) for a docker container.

```sh
snx-rs -m info -s remote.acme.com
```
Expand Down Expand Up @@ -127,6 +123,10 @@ There are two ways to use the application:
- Run it with the `--help` option to get usage help.
* **Standalone Service Mode**: Selected by the `-m standalone` parameter. This is the default mode if no parameters are specified. Run `snx-rs --help` to get help with all command line parameters. In this mode, the application takes connection parameters either from the command line or from the specified configuration file. This mode is recommended for headless usage.

## Docker Usage

Check [this repository](https://github.com/leleobhz/snx-rs-docker) for a docker container.

## Certificate validation

The following parameters control certificate validation during TLS and IKE exchanges:
Expand Down

0 comments on commit 0212089

Please sign in to comment.