Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save TomonoriSoejima/3bac3b40ffcb14e348fb3ed50e9b0ca7 to your computer and use it in GitHub Desktop.

Select an option

Save TomonoriSoejima/3bac3b40ffcb14e348fb3ed50e9b0ca7 to your computer and use it in GitHub Desktop.
Manual Update Procedure (Proxy Certificate)

Manual Update Procedure (Proxy Certificate)

  1. On the proxy host, move to the following directory:

    ${HOST_STORAGE_PATH}/${runner_id}/services/route-server/managed
  2. Back up the existing certificate files:

    tar cvfz /backup_dir/cert.tar.gz ca-file.pem cert.pem server.cert server.key
  3. Delete the certificate files:

    rm ca-file.pem cert.pem server.cert server.key
  4. Delete and recreate the proxy route server container:

    docker rm -f frc-proxies-route-server
  5. Check if the container has been recreated:

    docker ps | grep frc-proxies-route-server
  6. After waiting a few minutes, verify that the certificate files are recreated in the target directory:

    ls -l
  7. Once the new certificates are generated, check if you can connect to the Admin Console and Deployment.

  8. Repeat the same steps on the other Proxy hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment