canmove, Confirmed users
1,394
edits
Line 52: | Line 52: | ||
For Docker cloud, login to https://cloud.docker.com as moztc. | For Docker cloud, login to https://cloud.docker.com as moztc. | ||
Some apps are deployed as stacks, but some are deployed as services, so you'll need to hunt around. Also, the certs are formatted differently for different apps. It's fun. | |||
For stacks that use an haproxy frontend, you'll find the certificate in the load balancer service. Edit the service, and click "Next" to see the environment variables. Near the top you will find DEFAULT_SSL_CERT or the like. Edit that. | For stacks that use an haproxy frontend, you'll find the certificate in the load balancer service. Edit the service, and click "Next" to see the environment variables. Near the top you will find DEFAULT_SSL_CERT or the like. Edit that. | ||
Line 63: | Line 65: | ||
Redeploy the service. | Redeploy the service. | ||
For other stacks, like for statsum, the values are in other environment variables. Format the new certs the same way as the old. | |||
To test, hit https://cloud-mirror.taskcluster.net/v1/ping and verify that you don't get a certificate error. | To test, hit https://cloud-mirror.taskcluster.net/v1/ping and verify that you don't get a certificate error. |