This commit is contained in:
mdecimus
2024-01-07 15:34:46 +01:00
parent 3a800aff7a
commit d829b56571
9 changed files with 49 additions and 13 deletions

View File

@@ -1,4 +1,16 @@
Upgrading from `v0.5.0` to `v0.5.x`
Upgrading from `v0.5.1` to `v0.5.2`
-----------------------------------
- Make sure that implicit TLS is enabled for the JMAP [listener](https://stalw.art/docs/server/listener) configured under `ets/jmap/listener.toml`:
```toml
[server.listener."jmap".tls]
implicit = true
```
- Optional: Enable automatic TLS with [ACME](https://stalw.art/docs/server/tls/acme).
- Replace the binary with the new version.
- Restart the service.
Upgrading from `v0.5.0` to `v0.5.1`
-----------------------------------
- Replace the binary with the new version.