Skip to content

Instantly share code, notes, and snippets.

@siddjain
Created August 31, 2020 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siddjain/2b6ecfd7a86459d62d4e505da8689667 to your computer and use it in GitHub Desktop.
Save siddjain/2b6ecfd7a86459d62d4e505da8689667 to your computer and use it in GitHub Desktop.
2020/08/31 14:52:39 [INFO] Created default configuration file at /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/fabric-ca-server-config.yaml
2020/08/31 14:52:39 [INFO] Server Version: 1.4.6
2020/08/31 14:52:39 [INFO] Server Levels: &{Identity:2 Affiliation:1 Certificate:1 Credential:1 RAInfo:1 Nonce:1}
2020/08/31 14:52:39 [WARNING] &{69 The specified CA certificate file /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/ca-cert.pem does not exist}
2020/08/31 14:52:39 [INFO] generating key: &{A:ecdsa S:256}
2020/08/31 14:52:39 [INFO] encoded CSR
2020/08/31 14:52:39 [INFO] signed certificate with serial number 209450895447008803616294289922809196760752025367
2020/08/31 14:52:39 [INFO] The CA key and certificate were generated for CA
2020/08/31 14:52:39 [INFO] The key was stored by BCCSP provider 'SW'
2020/08/31 14:52:39 [INFO] The certificate is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/ca-cert.pem
2020/08/31 14:52:40 [INFO] Initialized sqlite3 database at /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/fabric-ca-server.db
2020/08/31 14:52:40 [INFO] The issuer key was successfully stored. The public key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/IssuerPublicKey, secret key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/msp/keystore/IssuerSecretKey
2020/08/31 14:52:40 [INFO] Idemix issuer revocation public and secret keys were generated for CA ''
2020/08/31 14:52:40 [INFO] The revocation key was successfully stored. The public key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/IssuerRevocationPublicKey, private key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor/msp/keystore/IssuerRevocationPrivateKey
2020/08/31 14:52:40 [INFO] Home directory for default CA: /Users/sjain68/phf-solutions/fabric-ca-lesson/biotor
2020/08/31 14:52:40 [INFO] Initialization was successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment