-
On the proxy host, move to the following directory:
${HOST_STORAGE_PATH}/${runner_id}/services/route-server/managed
-
Back up the existing certificate files:
tar cvfz /backup_dir/cert.tar.gz ca-file.pem cert.pem server.cert server.key
-
Delete the certificate files:
rm ca-file.pem cert.pem server.cert server.key
-
Delete and recreate the proxy route server container:
docker rm -f frc-proxies-route-server
-
Check if the container has been recreated:
docker ps | grep frc-proxies-route-server -
After waiting a few minutes, verify that the certificate files are recreated in the target directory:
ls -l
-
Once the new certificates are generated, check if you can connect to the Admin Console and Deployment.
-
Repeat the same steps on the other Proxy hosts.
Last active
September 25, 2025 09:58
-
-
Save TomonoriSoejima/3bac3b40ffcb14e348fb3ed50e9b0ca7 to your computer and use it in GitHub Desktop.
Manual Update Procedure (Proxy Certificate)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment