From 86cdef40e4bb0124e37246feb52bf1a5fac8198b Mon Sep 17 00:00:00 2001
From: Martin Stiemerling <martin.stiemerling@h-da.de>
Date: Fri, 23 Jun 2023 16:33:35 +0200
Subject: [PATCH] update of grpcurl calls

---
 kms/grpcurl-sheet.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kms/grpcurl-sheet.md b/kms/grpcurl-sheet.md
index dc54b6c..3b05e86 100644
--- a/kms/grpcurl-sheet.md
+++ b/kms/grpcurl-sheet.md
@@ -4,4 +4,7 @@ https://github.com/fullstorydev/grpcurl
 
 ### 
 
-grpcurl -d '{"myKmsName" : "grpcurl"}' --import-path ./kmsetsiproto --proto kmsetsiproto.proto  --plaintext localhost:50900  kmsetsiproto.KmsETSI.Capabilities
\ No newline at end of file
+'grpcurl -d '{"myKmsName" : "grpcurl"}' --import-path ./kmsetsiproto --proto kmsetsiproto.proto  --plaintext localhost:50900  kmsetsiproto.KmsETSI.ETSICapabilities
+{  "peerKmsName": "whatever"}'
+
+'grpcurl -d '{"kmsPeerSocket" : "127.0.0.1:59090"}' --import-path ./kmsetsiproto --proto kmsetsiproto.proto  --plaintext localhost:50900  kmsetsiproto.KmsETSI.ETSIAddKMSPeer'
\ No newline at end of file
-- 
GitLab