Skip to content

Commit

Permalink
fix documentation (#13)
Browse files Browse the repository at this point in the history
* fix documentation for backend services configuration
* fix typo on documentation
  • Loading branch information
ggaeta1 authored and mikkokar committed Oct 20, 2017
1 parent 15a0669 commit d2fb17c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/user-guide/configure-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ backend services configuration, as follows:
sslProvider: OPENSSL # Also supports JDK
addlCerts:
- alias: "my certificate"
path: /path/to/mycert
- alias: "alt certificatfe"
path: /path/to/altcert
trustStorePath: /path/to/truststore
trustStorePassword: your_password
path: "/path/to/mycert"
- alias: "alt certificate"
path: "/path/to/altcert"
trustStorePath: "/path/to/truststore"
trustStorePassword: "your_password"
...
```

Expand Down

0 comments on commit d2fb17c

Please sign in to comment.