Skip to content

Commit

Permalink
Adjust deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
sorindumitru committed Aug 19, 2024
1 parent 3cd2db5 commit 5ed1777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/spire_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This may be useful for templating configuration files, for example across differ
| `ratelimit` | Rate limiting configurations, usually used when the server is behind a load balancer (see below) | |
| `socket_path` | Path to bind the SPIRE Server API socket to (Unix only) | /tmp/spire-server/private/api.sock |
| `trust_domain` | The trust domain that this server belongs to (should be no more than 255 characters) | |
| `use_legacy_downstream_x509_ca_ttl` | Use the downstream spire-server registration entry TTL as the downstream CA TTL. This will be deprecated in SPIRE 1.12.0 | true |
| `use_legacy_downstream_x509_ca_ttl` | Use the downstream spire-server registration entry TTL as the downstream CA TTL. This is deprecated and will be removed in a future version. | true |

| ca_subject | Description | Default |
|:----------------------------|--------------------------------|----------------|
Expand Down

0 comments on commit 5ed1777

Please sign in to comment.