From d92c03c85dc806139b734e0d71a89aa9c4525bb6 Mon Sep 17 00:00:00 2001 From: Mayuresh A Nirhali Date: Sat, 13 Sep 2025 08:43:27 +0530 Subject: [PATCH] Update README.md removed ref to pem keys. --- .../implementation/simplekeymanager/README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pkg/plugin/implementation/simplekeymanager/README.md b/pkg/plugin/implementation/simplekeymanager/README.md index 8f534ab..86adfb9 100644 --- a/pkg/plugin/implementation/simplekeymanager/README.md +++ b/pkg/plugin/implementation/simplekeymanager/README.md @@ -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