We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592ac07 commit a950832Copy full SHA for a950832
1 file changed
docs/learn/config.md
@@ -817,8 +817,8 @@ signer:
817
```
818
819
**Command-line Flag:**
820
-`--rollkit.signer.type <string>`
821
-_Example:_ `--rollkit.signer.type grpc`
+`--rollkit.signer.signer_type <string>`
+_Example:_ `--rollkit.signer.signer_type grpc`
822
_Default:_ (Depends on application, often "file" or none if not an aggregator)
823
_Constant:_ `FlagSignerType`
824
@@ -836,8 +836,8 @@ signer:
836
837
838
839
-`--rollkit.signer.path <string>`
840
-_Example:_ `--rollkit.signer.path ./keys/mykey.pem`
+`--rollkit.signer.signer_path <string>`
+_Example:_ `--rollkit.signer.signer_path ./keys/mykey.pem`
841
_Default:_ (Depends on application)
842
_Constant:_ `FlagSignerPath`
843
0 commit comments