Skip to content

Commit

Permalink
Fix disableIssuedAtCheck documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Aug 15, 2024
1 parent c014367 commit 8c43d8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions step-ca/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ the `--password-file` flag accepts
"enabled": false
},
"authority": {
"disableIssuedAtCheck": false,
"claims": {
"minTLSCertDuration": "5m",
"maxTLSCertDuration": "24h",
Expand Down Expand Up @@ -251,6 +252,8 @@ the `--password-file` flag accepts

- **template**: default ASN1DN values for new certificates. See [Templates](./templates.mdx).

- **disableIssuedAtCheck**: ☠️ disable a check verifying that provisioning tokens must be issued after the CA has booted. This claim is one prevention against token reuse. The default value is false. Do not change this unless you know what you are doing.

- **claims**: default validation for requested attributes in the certificate request. Can be overridden by similar claims objects defined by individual provisioners.

- **minTLSCertDuration**: do not allow certificates with a duration less than this value.
Expand All @@ -277,8 +280,6 @@ the `--password-file` flag accepts

- **enableSSHCA**: enable this provisioner to generate SSH Certificates. The default value is false.

- **disableIssuedAtCheck**: ☠️ disable a check verifying that provisioning tokens must be issued after the CA has booted. This claim is one prevention against token reuse. The default value is false. Do not change this unless you know what you are doing.

- **provisioners**: list of certificate [Provisioners](./provisioners.mdx). Each provisioner has a name, associated authentication attributes, and an optional claims attribute that overrides any values set in the global claims directly underneath authority. The [`step ca provisioner`](../step-cli/reference/ca/provisioner) command group can add, modify, and remove provisioners. See [Provisioners](./provisioners.mdx).

- **claims**: Each provisioner can override the authority-wide `claims` settings. See the authority's **claims** section above for a complete list of options.
Expand Down

0 comments on commit 8c43d8c

Please sign in to comment.