2.7.5 Data Pipelines
The pem format of the studio_server certificate is referred to in the frontend configuration in the load balancer configuration.
Example:
frontend datapipeline_service
bind *:18006 ssl crt /etc/ssl/certs/haproxy.pem
mode http
default_backend datapipeline_service
Here, haproxy.pem
is the pem format of the
studio_server.p12
file that is available in the /etc/
ssl/certs/
path.