diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-06-11 16:19:07 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-06-11 16:19:07 -0600 |
commit | d55c3b31ebb77df65cc052dbddc137cbe07b297e (patch) | |
tree | 21c711b6eafb9c05fedc63317fd96e4c7d326c6c /modules/caddyhttp/caddyauth | |
parent | b3bff13f7d3635c5c51f71b9e4598d71deab4585 (diff) |
caddyhttp: Add client cert SAN placeholders
Diffstat (limited to 'modules/caddyhttp/caddyauth')
-rw-r--r-- | modules/caddyhttp/caddyauth/caddyfile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/caddyauth/caddyfile.go b/modules/caddyhttp/caddyauth/caddyfile.go index 13e78fc..afa3808 100644 --- a/modules/caddyhttp/caddyauth/caddyfile.go +++ b/modules/caddyhttp/caddyauth/caddyfile.go @@ -27,7 +27,7 @@ func init() { // parseCaddyfile sets up the handler from Caddyfile tokens. Syntax: // -// basicauth [<matcher>] [<hash_algorithm>] { +// basicauth [<matcher>] [<hash_algorithm> [<realm>]] { // <username> <hashed_password_base64> [<salt_base64>] // ... // } |