Unverified Commit 3a1e2ab2 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

nginx: Create cryptographically secure htpasswd file (#347266)

parents 604199d7 7d3b47a0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -30,10 +30,7 @@ with lib;
      default = null;
      description = ''
        Basic Auth password file for a vhost.
        Can be created via: {command}`htpasswd -c <filename> <username>`.

        WARNING: The generate file contains the users' passwords in a
        non-cryptographically-securely hashed way.
        Can be created by running {command}`nix-shell --packages apacheHttpd --run 'htpasswd -B -c FILENAME USERNAME'`.
      '';
    };

+1 −4
Original line number Diff line number Diff line
@@ -345,10 +345,7 @@ with lib;
      default = null;
      description = ''
        Basic Auth password file for a vhost.
        Can be created via: {command}`htpasswd -c <filename> <username>`.

        WARNING: The generate file contains the users' passwords in a
        non-cryptographically-securely hashed way.
        Can be created by running {command}`nix-shell --packages apacheHttpd --run 'htpasswd -B -c FILENAME USERNAME'`.
      '';
    };