README.md: fix typo, properly link to config file
This commit is contained in:
parent
2ef758764a
commit
614274669d
1 changed files with 4 additions and 2 deletions
|
@ -42,11 +42,13 @@ these custom users are properly authenticated.
|
|||
|
||||
### Configuring factoriauth
|
||||
|
||||
Copy `config.toml.example` to `config.toml` and adjust as necessary.
|
||||
Copy
|
||||
[`config.toml.example`](https://git.it-syndikat.org/xiretza/factoriauth/src/tag/v1.0.0/config.toml.example)
|
||||
to `config.toml` and adjust as necessary.
|
||||
|
||||
#### Padlock source
|
||||
|
||||
There are two possible sources for server padlock: either generated standalone by factoriauth for
|
||||
There are two possible sources for server padlocks: either generated standalone by factoriauth for
|
||||
completely self-contained setups, or through a padlock proxy.
|
||||
|
||||
For the standalone deployment, `padlock.secret` needs to be a hex-encoded binary string of at least
|
||||
|
|
Loading…
Reference in a new issue