Created
February 20, 2018 19:19
-
-
Save richerlariviere/bbc9f5fec34a9fd48a58fb0ce6bbdf3b to your computer and use it in GitHub Desktop.
Output of docker run -p 8889:8888 cfssl-poc serve
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
2018/02/20 19:17:50 [INFO] Initializing signer | |
2018/02/20 19:17:50 [WARNING] couldn't initialize signer: {"code":2000,"message":"Unknown private key error"} | |
2018/02/20 19:17:50 [WARNING] couldn't initialize ocsp signer: open : no such file or directory | |
2018/02/20 19:17:50 [INFO] endpoint '/api/v1/cfssl/certinfo' is enabled | |
2018/02/20 19:17:50 [WARNING] endpoint 'sign' is disabled: signer not initialized | |
2018/02/20 19:17:50 [WARNING] endpoint 'gencrl' is disabled: signer not initialized | |
2018/02/20 19:17:50 [INFO] endpoint '/api/v1/cfssl/scan' is enabled | |
2018/02/20 19:17:50 [WARNING] endpoint 'authsign' is disabled: signer not initialized | |
2018/02/20 19:17:50 [WARNING] endpoint 'crl' is disabled: signer not initialized | |
2018/02/20 19:17:50 [WARNING] endpoint 'revoke' is disabled: cert db not configured (missing -db-config) | |
2018/02/20 19:17:50 [WARNING] endpoint 'info' is disabled: signer not initialized | |
2018/02/20 19:17:50 [INFO] endpoint '/api/v1/cfssl/init_ca' is enabled | |
2018/02/20 19:17:50 [INFO] endpoint '/api/v1/cfssl/scaninfo' is enabled | |
2018/02/20 19:17:50 [WARNING] endpoint 'ocspsign' is disabled: signer not initialized | |
2018/02/20 19:17:50 [INFO] endpoint '/' is enabled | |
2018/02/20 19:17:50 [WARNING] endpoint 'newcert' is disabled: signer not initialized | |
2018/02/20 19:17:50 [INFO] bundler API ready | |
2018/02/20 19:17:50 [INFO] endpoint '/api/v1/cfssl/bundle' is enabled | |
2018/02/20 19:17:50 [INFO] setting up key / CSR generator | |
2018/02/20 19:17:50 [INFO] endpoint '/api/v1/cfssl/newkey' is enabled | |
2018/02/20 19:17:50 [INFO] Handler set up complete. | |
2018/02/20 19:17:50 [INFO] Now listening on 127.0.0.1:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment