| passwd - Set or reset password in secure.config. |
| _java_ -jar gerrit.war _passwd_ |
| Set or reset password in an existing Gerrit server installation, |
| interactively prompting for a new password or using the one |
| provided in the command line argument. |
| Location of the `gerrit.config` file, and all other per-site |
| configuration data, supporting libraries and log files. |
| Section and key in the `secure.config` file for setting or editing the |
| New password to set in `secure.config` associated to the section and key. |
| When specified as argument, automatically implies batch mode and the command |
| would not ask anything interactively. |
| This utility is typically useful when a secure store is configured |
| to encrypt password values and thus editing the file manually is not an option. |
| Part of link:index.html[Gerrit Code Review] |