From 823d6698bb1802e673bd0f02a97d8ac0606c1b4f Mon Sep 17 00:00:00 2001 From: misuzu Date: Wed, 27 Nov 2019 11:01:48 +0200 Subject: nixos/3proxy: note about htpasswd --- nixos/modules/services/networking/3proxy.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nixos/modules/services/networking/3proxy.nix') diff --git a/nixos/modules/services/networking/3proxy.nix b/nixos/modules/services/networking/3proxy.nix index b5f5e7076096..d922e2f41c6a 100644 --- a/nixos/modules/services/networking/3proxy.nix +++ b/nixos/modules/services/networking/3proxy.nix @@ -31,11 +31,12 @@ in { Example users file with md5-crypted passwords: - "test1:CR:$1$tFkisVd2$1GA8JXkRmTXdLDytM/i3a1" - "test2:CR:$1$rkpibm5J$Aq1.9VtYAn0JrqZ8M.1ME." + test1:CR:$1$tFkisVd2$1GA8JXkRmTXdLDytM/i3a1 + test2:CR:$1$rkpibm5J$Aq1.9VtYAn0JrqZ8M.1ME. You can generate md5-crypted passwords via https://unix4lyfe.org/crypt/ + Note that htpasswd tool generates incompatible md5-crypted passwords. Consult documentation for more information. ''; }; -- cgit 1.4.1