Update README.md

removed ref to pem keys.
This commit is contained in:
Mayuresh A Nirhali
2025-09-13 08:43:27 +05:30
committed by GitHub
parent e7abcbdbb7
commit d92c03c85d

View File

@@ -47,25 +47,6 @@ plugins:
*Required if any key is provided. If keys are configured, all four keys must be provided.
### PEM Format Example
```yaml
plugins:
keymanager:
id: simplekeymanager
config:
networkParticipant: bap-network
keyId: bap-network-key
signingPrivateKey: |
MC4CAQAwBQYDK0NiAAEguc5WYG/eke0PVGyQ9JNVLpwQL0K9JIZfHfqUHdLBTaY=
signingPublicKey: |
MCowBQYDK0NiAAEhkUSiFNAD3+6oE7KffKucxZ74e6g4i9VM6ypImg4rVCM=
encrPrivateKey: |
MC4CAQAwBQYDK0NiAAEguc5WYG/eke0PVGyQ9JNVLpwQL0K9JIZfHfqUHdLBTaY=
encrPublicKey: |
MCowBQYDK0NiAAEhkUSiFNAD3+6oE7KffKucxZ74e6g4i9VM6ypImg4rVCM=
```
## Key Generation
### Ed25519 Signing Keys