Skip to content
Closed
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
3 changes: 1 addition & 2 deletions website/content/commands/tls/cert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ Usage: `consul tls cert create [filename-prefix] [options]`
- `-dc=<string>` - Provide the datacenter. Matters only for `-server`
certificates. Defaults to `dc1`.

- `-domain=<string>` - Provide the domain. Matters only for `-server`
certificates.
- `-domain=<string>` - Provide the domain. Required if you created root certificate with `-name-constraint -domain <domain>` option via `tls ca create`

- `-key=<string>` - Provide path to the key. Defaults to
`#DOMAIN#-agent-ca-key.pem`.
Expand Down
Loading