diff --git a/README.md b/README.md index b20bfe8..9b25b2b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Mailman 3 setup using Podman Quadlets. Containers are supposed to run in rootles $ cp mailman/* ~mailman/.config/containers/systemd/ 1. Now we have to generate some secrets which the various components use to talk to each other: + ``` $ pwgen -1 32 | | podman secret create HYPERKITTY_API_KEY - $ pwgen -1 32 | podman secret create MAILMAN_REST_PASSWORD -