-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from dengyi9/master
implement CA management functions of fabricClient. #171
- Loading branch information
Showing
7 changed files
with
353 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...resources/key/users/904e6dc0cc8eaca2c0e7fd56c7f5b8d0b935234710d573234c22bc37a8e6baac-priv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-----BEGIN PRIVATE KEY----- | ||
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg4LFP9ew4+MANaSfs | ||
hJc5hPLpGRQS1levGOe19U7PDGKhRANCAATdmT3EuHwOuBcV/EWS8o6eRgExHEQb | ||
HYZAxpVM5VYai8UElGbc2C+n6NnV9ZzlMSJN7eg1AWaWg97ccPc9bRDO | ||
-----END PRIVATE KEY----- |
4 changes: 4 additions & 0 deletions
4
.../resources/key/users/904e6dc0cc8eaca2c0e7fd56c7f5b8d0b935234710d573234c22bc37a8e6baac-pub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE3Zk9xLh8DrgXFfxFkvKOnkYBMRxE | ||
Gx2GQMaVTOVWGovFBJRm3Ngvp+jZ1fWc5TEiTe3oNQFmloPe3HD3PW0Qzg== | ||
-----END PUBLIC KEY----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"admin","mspid":"Org1MSP","roles":null,"affiliation":"","enrollmentSecret":"","enrollment":{"signingIdentity":"904e6dc0cc8eaca2c0e7fd56c7f5b8d0b935234710d573234c22bc37a8e6baac","identity":{"certificate":"-----BEGIN CERTIFICATE-----\nMIICATCCAaigAwIBAgIUEUVSn1hCPY+58LjvJ3I7Lmf3ZI8wCgYIKoZIzj0EAwIw\nczELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh\nbiBGcmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMT\nE2NhLm9yZzEuZXhhbXBsZS5jb20wHhcNMTkwMzE5MDgxMDAwWhcNMjAwMzE4MDgx\nNTAwWjAhMQ8wDQYDVQQLEwZjbGllbnQxDjAMBgNVBAMTBWFkbWluMFkwEwYHKoZI\nzj0CAQYIKoZIzj0DAQcDQgAE3Zk9xLh8DrgXFfxFkvKOnkYBMRxEGx2GQMaVTOVW\nGovFBJRm3Ngvp+jZ1fWc5TEiTe3oNQFmloPe3HD3PW0QzqNsMGowDgYDVR0PAQH/\nBAQDAgeAMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFLCKLsOVHbg2hXq92LBp5jCd\njNzYMCsGA1UdIwQkMCKAIEI5qg3NdtruuLoM2nAYUdFFBNMarRst3dusalc2Xkl8\nMAoGCCqGSM49BAMCA0cAMEQCICnpF9fYDEWfb69goCT/2Wk84QxHdY3ORG0ckpp8\nfCbqAiA0P4MIHoOeXf1q3FEuGsZwsRSqhnnCAbQjjICh+DOXgg==\n-----END CERTIFICATE-----\n"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"id":0,"isSign":1,"_id":"0RYjfGm5ZQNGBcxV","peerGrpcUrl":"grpc://localhost:7051","peerEventUrl":"grpc://localhost:7053","ordererUrl":"grpc://localhost:7050","mspid":"Org1MSP","tlsPeerPath":"","tlsOrdererPath":"","path":"test/resources/key/users/"} | ||
{"id":0,"isSign":1,"_id":"0RYjfGm5ZQNGBcxV","peerGrpcUrl":"grpc://localhost:7051","peerEventUrl":"grpc://localhost:7053","ordererUrl":"grpc://localhost:7050","mspid":"Org1MSP","tlsPeerPath":"","tlsOrdererPath":"","path":"test/resources/key/users/","caServerUrl":"http://localhost:7054"} |
Oops, something went wrong.