Skip to content
Merged
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
7 changes: 4 additions & 3 deletions docs/pages/includes/plugins/identity-export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ You will refer to this file later when configuring the plugin.
>

By default, `tctl auth sign` produces certificates with a relatively short
lifetime. For production deployments, you can use the `--ttl` flag to ensure a
more practical certificate lifetime, e.g., `--ttl=8760h` to export a one-year
certificate.
lifetime. For production deployments, we suggest using [Machine
ID](../../machine-id/introduction.mdx) to programmatically issue and renew
certificates for your plugin. See our Machine ID [getting started
guide](../../machine-id/getting-started.mdx) to learn more.

</Admonition>