Add SSL support to grpc-balancer and update playbook for certificate management
- Modified grpc-balancer.py to start an SSL server using certificates. - Added Ansible tasks in playbook.yml to create and install SSL certificates. - Updated docker-compose.yaml to mount the SSL certificate into the container.
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
services:
|
||||
node:
|
||||
image: ritualnetwork/infernet-node:1.4.0
|
||||
@ -8,6 +7,7 @@ services:
|
||||
- ./config.json:/app/config.json
|
||||
- node-logs:/logs
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /root/node/cert.pem:/usr/local/share/ca-certificates/grpcbalancer.crt:ro
|
||||
tty: true
|
||||
networks:
|
||||
- network
|
||||
|
Reference in New Issue
Block a user