Skip to main content

Helm

The RTGS.global Helm chart deploys the Signing Module to any Kubernetes cluster.

Download helm-install.sh

Provide your configuration via values.yaml:

Download values.yaml

Your RTGS.global ID and invitation can be found in the onboarding welcome email:

Example onboarding welcome email

Once deployed, the RTGS.global Signing API will be served on the URL you specified for hosts.signing_service, e.g. http://signing-service.local.

You may need to add it to your local hosts file:

127.0.0.1 signing-service.local

Uninstall with:

helm uninstall rtgs-signing
warning

The Aries DIDcomm Agent receives encrypted callbacks from other agents on the network and must be accessible to the internet. Protect it from DDoS and similar risks by fronting it with a reverse proxy such as Nginx.

tip

The RTGS.global Signing API does not require external access.