diff --git a/kms/grpcurl-sheet.md b/kms/grpcurl-sheet.md index dc54b6ccdd39e86f71ceb8ede6c203eda3caf2ca..3b05e860c964906a21fd95bd374568d8aece9412 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