Skip to content

Commit 5d06fc7

Browse files
authored
Merge pull request #392 from alexfornuto/patch-1
Basic Certificate Authority Operations: specify config nesting
2 parents 0978d7b + c18fa70 commit 5d06fc7

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)