mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-22 00:43:54 +02:00
Mention client configuration in tool installation guide (#1756)
This commit is contained in:
parent
4725d625af
commit
56a2257360
|
@ -126,6 +126,19 @@ If you have a ca.pem you may need to bind mount this in as required as well.
|
|||
alias kanidm="docker run ..."
|
||||
```
|
||||
|
||||
## Initializing the configuration
|
||||
|
||||
The client requires a configuration file to connect to the server.
|
||||
This should be at `/etc/kanidm/config` or `~/.config/kanidm`, and configures the kanidm command line tool.
|
||||
|
||||
Here is a minimal example:
|
||||
|
||||
```toml
|
||||
uri = "https://idm.example.com"
|
||||
verify_ca = true
|
||||
verify_hostnames = true
|
||||
```
|
||||
|
||||
## Checking that the tools work
|
||||
|
||||
Now you can check your instance is working. You may need to provide a CA certificate for
|
||||
|
|
Loading…
Reference in a new issue