Skip to content

Commit

Permalink
Merge pull request #633 from yuna0x0/main
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm authored Oct 27, 2024
2 parents eb072f5 + cdc37ec commit 7ce2fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/configuration/servers/sasl/external.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## `[sasl.plain]`
## `[sasl.external]`

External SASL auth uses a PEM encoded X509 certificate. [Reference](https://libera.chat/guides/certfp).

**Example**

```toml
[servers.liberachat.sasl.plain]
[servers.liberachat.sasl.external]
cert = "/path/to/your/certificate.pem"
key = "/path/to/your/private_key.pem"
```
Expand Down

0 comments on commit 7ce2fa8

Please sign in to comment.