Skip to content

Commit

Permalink
Merge pull request #282 from rohan-wire/patch-1
Browse files Browse the repository at this point in the history
fix docs: federatedRoots is an array
  • Loading branch information
tashian authored Nov 15, 2023
2 parents a38fa83 + 012c522 commit e931920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-ca/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ the `--password-file` flag accepts
```json
{
"root": "examples/pki/secrets/root_ca.crt",
"federatedRoots": "examples/pki/secrets/federated_root_ca.crt",
"federatedRoots": ["examples/pki/secrets/federated_root_ca.crt"],
"crt": "examples/pki/secrets/intermediate_ca.crt",
"key": "examples/pki/secrets/intermediate_ca_key",
"address": ":9000",
Expand Down

0 comments on commit e931920

Please sign in to comment.