Log in at https://vip.virtucrypt.com/login with an account identity that is authorized to access the CryptoTunnel and CryptoVerse services in your VIP account.
Perform the following steps to create a CryptoTunnel for the connection between the CryptoTunnel Guardian and the Prometheus Proxy:
If you set up Advanced Metrics for your VIP account, you have at least two CryptoTunnels. One for the service you are using and another one for the metrics related to that service.
1
Select CryptoTunnel in the services list.
2
Select [ Add CryptoTunnel ] at the top of the page.
3
Configure the CryptoTunnel, selecting Advanced Metrics in the Service drop-down menu, as shown in the following image:
CryptoTunnel creation settings
CryptoVerse is the company-specific application that CA uses to verify clients.Endpoint is the destination that the CryptoTunnel Guardian connects to after proxying users.
4
Select**[ OK ]**.
The new CryptoTunnel should be listed now in the CryptoTunnel Management menu.
To test the connection to the Advanced Metrics endpoint, run the following cURL command to confirm that you can successfully connect to your Advanced Metrics endpoint by using the TLS certificates in the PKCS #12 file:
curl -k 'https\://us01crypto01test.virtucrypt.com:3126/api/v1/query' --cert-type P12 --cert Test\_App-Y96S6OJG.p12\:safest --data-urlencode 'query=ct\_instance\_service\_latency\_ms\{}' | jq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 400 0 358 100 42 2546 298 --:--:-- --:--:-- --:--:-- 2962 \{ "status": "success", "data": \{ "resultType": "vector", "result": [ \{ "metric": \{ "\_\_name\_\_": "ct\_instance\_service\_latency\_ms", "company\_name": "Futurex Demo Applications", "host": "austestcryptoguard02", "instance": "austestcryptoguard02-exporter:8000", "job": "vc-monitor", "region": "us-central-1", "tunnel\_name": "testapp1-VirtuCrypt Demo-1961" }, "value": [ 1686941969.131, "0" ] } ] } }
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.