Skip to content

Commit c18fa70

Browse files
authored
specify config nesting
The term "under" is overloaded. Sometimes it means "nested within", and sometimes it means "as the next section after this one". This small change reduces ambiguity.
1 parent 0978d7b commit c18fa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-ca/basic-certificate-authority-operations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ $ step ca certificate localhost localhost.crt localhost.key --not-after=5m
193193
$ step ca certificate localhost localhost.crt localhost.key --not-before=5m --not-after=240h
194194
```
195195

196-
Note that default maximum certificate duration is 24 hours. To adjust the global default, minimum, and maximum certificate durations for your CA, add a `claims` section to the `$(step path)/config/ca.json` configuration file, under `"authority"`, with the following keys:
196+
Note that default maximum certificate duration is 24 hours. To adjust the global default, minimum, and maximum certificate durations for your CA, add a `claims` section to the `$(step path)/config/ca.json` configuration file, nested under `"authority"`, with the following keys:
197197

198198
```json
199199
"claims": {

0 commit comments

Comments
 (0)