Created
August 10, 2020 22:30
-
-
Save siddjain/e9d79e4c935dec718e11b982d500ef2d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
2020/08/10 15:24:44 [INFO] Created default configuration file at /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/fabric-ca-server-config.yaml | |
2020/08/10 15:24:44 [INFO] Starting server in home directory: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server | |
2020/08/10 15:24:44 [INFO] Server Version: 1.4.6 | |
2020/08/10 15:24:44 [INFO] Server Levels: &{Identity:2 Affiliation:1 Certificate:1 Credential:1 RAInfo:1 Nonce:1} | |
2020/08/10 15:24:44 [WARNING] &{69 The specified CA certificate file /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/ca-cert.pem does not exist} | |
2020/08/10 15:24:44 [INFO] generating key: &{A:ecdsa S:256} | |
2020/08/10 15:24:44 [INFO] encoded CSR | |
2020/08/10 15:24:44 [INFO] signed certificate with serial number 492325804084573968794727701701241832120371543887 | |
2020/08/10 15:24:44 [INFO] The CA key and certificate were generated for CA | |
2020/08/10 15:24:44 [INFO] The key was stored by BCCSP provider 'SW' | |
2020/08/10 15:24:44 [INFO] The certificate is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/ca-cert.pem | |
2020/08/10 15:24:44 [INFO] Initialized sqlite3 database at /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/fabric-ca-server.db | |
2020/08/10 15:24:44 [INFO] The issuer key was successfully stored. The public key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/IssuerPublicKey, secret key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/msp/keystore/IssuerSecretKey | |
2020/08/10 15:24:44 [INFO] Idemix issuer revocation public and secret keys were generated for CA '' | |
2020/08/10 15:24:44 [INFO] The revocation key was successfully stored. The public key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/IssuerRevocationPublicKey, private key is at: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server/msp/keystore/IssuerRevocationPrivateKey | |
2020/08/10 15:24:44 [INFO] Home directory for default CA: /Users/sjain68/phf-solutions/fabric-ca-lesson/drills/one/fabric-ca-server | |
2020/08/10 15:24:44 [INFO] Operation Server Listening on 127.0.0.1:9443 | |
2020/08/10 15:24:44 [INFO] Listening on http://0.0.0.0:7054 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment