Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/markdown/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Formats or prettifies a Caddyfile, then exits. The result is printed to stdout u

<pre><code class="cmd bash">caddy hash-password
[-p, --plaintext &lt;password&gt;]
[-a, --algorithm &lt;name&gt;]</code></pre>
[-a, --algorithm &lt;name&gt;]
[--bcrypt-cost &lt;cost&gt;]</code></pre>

Convenient way to hash a plaintext password. The resulting hash is written to stdout as a format usable directly in your Caddy config.
Expand Down