summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHenri Menke <henri@henrimenke.de>2020-11-29 10:58:16 +0100
committerAntoine Eiche <lewo@abesis.fr>2020-11-29 20:19:46 +0100
commit89bd89c706c9862c6980cdf18a74ad041f98dc76 (patch)
tree0e18e76223b830ed8022466f3bdd17bcaa4af6a4 /README.md
parentc00fc587f5cbdc9e498f00a6ec6dafe164c00289 (diff)
Recommend bcrypt passwords everywhere
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f96f7d0..7c28145 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ See the [mailing list archive](https://www.freelists.org/archive/snm/)
domains = [ "example.com" "example2.com" ];
loginAccounts = {
"user1@example.com" = {
- # mkpasswd -m sha-512 "super secret password" > /hashed/password/file/location
+ # nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 > /hashed/password/file/location
hashedPasswordFile = "/hashed/password/file/location";
aliases = [