docs: configure ACME HTTP-01 with nginx in setup example

This commit is contained in:
Martin Weinelt
2026-03-05 12:51:20 +01:00
parent c300fdeb63
commit 85967440af
2 changed files with 8 additions and 4 deletions
+2
View File
@@ -10,12 +10,14 @@ NixOS 26.05
and private key using :option:`mailserver.x509.certificateFile` and
:option:`mailserver.x509.privateKeyFile` instead. Support for automatic
creation of self-signed certificates has been removed.
Check the updated `setup guide`_ for a basic ACME HTTP-01 example.
- Cleartext password files can now be configured for login accounts. This
is an alternative to hashed passwords that integrates well with workflows
establishsed by `agenix`_/`sops-nix`_ that rely on encryption. This option
prevents files from leaking in to the Nix store.
See :option:`mailserver.loginAccounts.<name>.passwordFile`.
.. _setup guide: setup-guide.html#setup-the-server
.. _agenix: https://github.com/ryantm/agenix
.. _sops-nix: https://github.com/Mic92/sops-nix