Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anilhelvaci/1b7f0378afb86a607c67d33072f05565 to your computer and use it in GitHub Desktop.
Save anilhelvaci/1b7f0378afb86a607c67d33072f05565 to your computer and use it in GitHub Desktop.
tlsca.orderingservice.com:
container_name: tlsca.orderingservice.com
image: hyperledger/fabric-ca:latest
command: sh -c 'fabric-ca-server start -d -b tls-ca-admin:tls-ca-adminpw --port 7052'
environment:
- FABRIC_CA_SERVER_HOME=/tmp/hyperledger/fabric-ca/crypto
- FABRIC_CA_SERVER_TLS_ENABLED=true
- FABRIC_CA_SERVER_CA_NAME=tlsca.orderingservice.com
- FABRIC_CA_SERVER_CSR_CN=tlsca.orderingservice.com
- FABRIC_CA_SERVER_CSR_HOSTS=0.0.0.0
- FABRIC_CA_SERVER_DEBUG=true
- FABRIC_CA_SERVER_OPERATIONS_LISTENADDRESS=127.0.0.1:9444
volumes:
- ${PWD}/orderingservice/server/tls-ca:/tmp/hyperledger/fabric-ca
networks:
- example
ports:
- 7052:7052
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment