Unverified Commit a9d20f7e authored by ncabatoff's avatar ncabatoff Committed by GitHub
Browse files

Document allowed_domains_template. (#9751)

parent 9fd87d57
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -755,6 +755,9 @@ request is denied.
- `allowed_domains` `(list: [])` – Specifies the domains of the role. This is
used with the `allow_bare_domains` and `allow_subdomains` options.
- `allowed_domains_template` `()bool: false)` – When set, `allowed_domains`
may contain templates, as with [ACL Path Templating](/docs/concepts/policies).
- `allow_bare_domains` `(bool: false)` – Specifies if clients can request
certificates matching the value of the actual domains themselves; e.g. if a
configured domain set with `allowed_domains` is `example.com`, this allows
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment