nginx: add a warning that nginx's basic auth isn't very good.
This commit is contained in:
parent
a4b86b2bf5
commit
3361a037b9
@ -21,7 +21,7 @@ with lib;
|
|||||||
Basic Auth protection for a vhost.
|
Basic Auth protection for a vhost.
|
||||||
|
|
||||||
WARNING: This is implemented to store the password in plain text in the
|
WARNING: This is implemented to store the password in plain text in the
|
||||||
nix store.
|
Nix store.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -30,7 +30,10 @@ with lib;
|
|||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Basic Auth password file for a vhost.
|
Basic Auth password file for a vhost.
|
||||||
Can be created via: <command>htpasswd -c <filename> <username></command>
|
Can be created via: <command>htpasswd -c <filename> <username></command>.
|
||||||
|
|
||||||
|
WARNING: The generate file contains the users' passwords in a
|
||||||
|
non-cryptographically-securely hashed way.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@ with lib;
|
|||||||
Basic Auth protection for a vhost.
|
Basic Auth protection for a vhost.
|
||||||
|
|
||||||
WARNING: This is implemented to store the password in plain text in the
|
WARNING: This is implemented to store the password in plain text in the
|
||||||
nix store.
|
Nix store.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -207,7 +207,10 @@ with lib;
|
|||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Basic Auth password file for a vhost.
|
Basic Auth password file for a vhost.
|
||||||
Can be created via: <command>htpasswd -c <filename> <username></command>
|
Can be created via: <command>htpasswd -c <filename> <username></command>.
|
||||||
|
|
||||||
|
WARNING: The generate file contains the users' passwords in a
|
||||||
|
non-cryptographically-securely hashed way.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user