First, copy the root CA for your Orchestrator deployment into your AGW:
scp rootCA.pem [email protected]:/var/opt/magma/tmp/certs/rootCA.pem
Point AGW to the following contents into the file:
vim /var/opt/magma/configs/control_proxy.yml
Put the following contents into the file:
cloud_address: controller.magmasi.wavelabs.in
cloud_port: 443
bootstrap_address: bootstrapper-controller.magmasi.wavelabs.in
bootstrap_port: 443
fluentd_address: fluentd.magmasi.wavelabs.in
fluentd_port: 24224
rootca_cert: /var/opt/magma/tmp/certs/rootCA.pem
Then restart your services to pick up the config changes:
sudo service magma@* stop
sudo service magma@magmad restart