Configuration

The tdx Volt configuration is used by clients that want to connect to a tdx Volt and access resources or services.

It contains all the information necessary for a client to identify and locate the tdx Volt management API and establish a connection.

The full definition of the tdx Volt configuration is show in the Appendix below.

Note that the client will also need to supply some credentials in order to identify itself to the Volt. This is described in Volt Connection.

The tdx Volt configuration does not contain any sensitive information that may compromise its security. It is safe to distribute the tdx Volt configuration, either publicly or only to those you would like to connect to your Volt. Just because somebody possesses your tdx Volt configuration does not mean they can access the Volt.

Obtaining a tdx Volt configuration

There are several methods of obtaining the configuration document for a given Volt.

Out of band

A likely scenario is that you will obtain a tdx Volt configuration via some out-of-band means such as email.

If Alice is happy for Bob to connect to her tdx Volt she will email Bob her tdx Volt configuration.

fusebox

The easiest option if you are owner of the tdx Volt is to use the fusebox application. On the main tdx Volt screen there is a ‘configuration’ field in the right-hand side bar - see the image below.

If you click on the ‘copy’ icon at the right-hand edge the tdx Volt configuration will be copied to the clipboard.

Command line

Another method of obtaining a tdx Volt configuration is via the command line interface. The config command will list all the configured Volts:

Terminal window
./volt config

Once you know the id of the Volt, you can obtain the full tdx Volt configuration by specifying the id to the config command:

Terminal window
./volt config -i <volt id>

If the tdx Volt has an alias, you can use that instead of the id:

Terminal window
./volt config -i @<alias>

Web portal

This is under review and may be removed shortly.

If you would like to connect to a remote tdx Volt via a cloud tunnel, you can copy the configuration from the TDX Cloud web portal.

Select the tdx Volt in the drop-down list at the top of the page and then click on the ‘Command’ button, followed by ‘copy configuration’ menu item.

Peer to Peer discovery

This functionality is experimental and subject to change.

All Batteries implement and expose the tdx.api.volt.v1.DiscoveryAPI service. This can be used to discover all Volts currently running on the Battery.

The fusebox also implements a rudimentary discovery function in the form of scanning all IP addresses on the local network, looking for instances of the DisoveryAPI.

Remote discovery

All Relay Volt connections will implement and expose the tdx.api.relay.v1.RelayAPI service. The endpoint GetVoltEndpoint can be used to list all Volts that the currently authenticated client has access to.

Examples

A minimal example of a tdx Volt configuration is shown below.

{
"id": "5160cbc4-8fd5-4f92-a0c9-589183cf822e",
"address": "192.168.1.71:65247",
"ca_pem": "-----BEGIN CERTIFICATE-----\r\nMIIDtzCCAp+gAwIBAgIGAXslHHq0MA0GCSqGSIb3DQEBCwUAMH0xGzAZBgNVBAMT\r\nEnZvbHQuY2xvdWQuY2Eucm9vdDEfMB0GA1UECxMWVERYIFZvbHQgQ2xvdWQgUm9v\r\ndCBDQTELMAkGA1UEBhMCR0IxFDASBgNVBAcTC1NvdXRoYW1wdG9uMRowGAYDVQQK\r\nExFucXVpcmluZ21pbmRzIEx0ZDAeFw0yMTA4MDgwOTMzNDhaFw0zMTA4MDgwOTMz\r\nNDhaMH0xGzAZBgNVBAMTEnZvbHQuY2xvdWQuY2Eucm9vdDEfMB0GA1UECxMWVERY\r\nIFZvbHQgQ2xvdWQgUm9vdCBDQTELMAkGA1UEBhMCR0IxFDASBgNVBAcTC1NvdXRo\r\nYW1wdG9uMRowGAYDVQQKExFucXVpcmluZ21pbmRzIEx0ZDCCASIwDQYJKoZIhvcN\r\nAQEBBQADggEPADCCAQoCggEBAMrFeRTSOr4JVGbKMVKA7Ib1I2DmwzSRRvW/Y2hC\r\nE7FHwepUIjDnC6uRjA3ksaCTyzw2TtZYBPdGOnvx87ZIMr9bjw8j2gaP/ZfEVkOn\r\nkZ+7PwdDksuOJ6BjwxP3Yjape6kR1kp4ObisFSpT7dgsFEfByjS7ptJ/kWZExAAi\r\n/E/ob4xbiCdnRQV0YFpG+uMwdHDNSoZjmF5j/dvJfZuaixpVjnHz+CJWK4DoGScm\r\nL80cuvIQujYgNPHPnJgmGIzWNEYvp3DM0N45RP4KYEICyQKkgBVgH4GcWbbA6ZxB\r\nJ8yIckCpjUqTgDtksxRRvGGTNzBNTXCtfbstQVJ8/89MVnkCAwEAAaM9MDswDwYD\r\nVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUDKceoSXzXMSSnss+B51t/yxYr1wwCQYD\r\nVR0jBAIwADANBgkqhkiG9w0BAQsFAAOCAQEANdYDxWqHMoyyZSNLweQfFSDuQ5TQ\r\nHENgYUmEvqLO9KaTEhvu/+v9Ru3RmVBkg6CIhumJk2g7qVGKGSEHN6BH6UjS8uMn\r\ncGfuITD/qWKEGsvjDXE+voCViE6cM8QQRTTROTh5Ub8ZHbear/rtqMUu6AEW7H5w\r\n71atJjkBdwnq9UCS3KMU1PIxzxIq20B8TX7etozyl2+R6qtTrFcbbszvL6xWlegR\r\nwyTjKg7/BEFohtZLB9TrsVXZVZoJdtT8lZz8Nz0FSqFwqNl7xDXU1HWsW3fpQXQ7\r\n6g5u2ZbzXiyZn0sMvg2vEKr+zPfKiuBfkQHM+pgjh9JKrzpnfoAYQr4HVQ==\r\n-----END CERTIFICATE-----\r\n"
}

A full tdx Volt configuration is show below, note that many of the fields are included for convenience:

{
"id": "5160cbc4-8fd5-4f92-a0c9-589183cf822e",
"display_name": "Local 1",
"address": "192.168.1.71:65247",
"public_key": "-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzBHtrgPpsFHdFJeCEtr8\r\n44kjRyzGt6kk1duNIu6rxLnGDjzaqrrqzvIc0PYGu2Xmmt39gKDVudR/xn2SwCL7\r\nicDnsQluUh6kuh1MoJd5LxxUTBdmxsBY4o2uxFf99rbyVi8nxw+wtjJKcUZERZ98\r\ng1rhR84WIKoRF6NBuelRHit4QzkSWik02ZFJSoN1OalbvJmkXCoZsGiod1AIiARn\r\nR3VGXHCWCuwYFb4+9LMm61/LhTMR1jSjz4GtxAh3BAT3q8aa2vwayrZ3lhtnHCVT\r\nppTKHiRnPeVAeDf5/LviPN7vQnrWebfiC4pqFCg2QvUVdWoSHUMZVTs1QdHPdMtL\r\nKwIDAQAB\r\n-----END PUBLIC KEY-----\r\n",
"fingerprint": "EGWTGHuqxhnGDQb29GhfUhJXXfhjnGZ2rUhMVR9DGyUH",
"ca_pem": "-----BEGIN CERTIFICATE-----\r\nMIIDtzCCAp+gAwIBAgIGAXslHHq0MA0GCSqGSIb3DQEBCwUAMH0xGzAZBgNVBAMT\r\nEnZvbHQuY2xvdWQuY2Eucm9vdDEfMB0GA1UECxMWVERYIFZvbHQgQ2xvdWQgUm9v\r\ndCBDQTELMAkGA1UEBhMCR0IxFDASBgNVBAcTC1NvdXRoYW1wdG9uMRowGAYDVQQK\r\nExFucXVpcmluZ21pbmRzIEx0ZDAeFw0yMTA4MDgwOTMzNDhaFw0zMTA4MDgwOTMz\r\nNDhaMH0xGzAZBgNVBAMTEnZvbHQuY2xvdWQuY2Eucm9vdDEfMB0GA1UECxMWVERY\r\nIFZvbHQgQ2xvdWQgUm9vdCBDQTELMAkGA1UEBhMCR0IxFDASBgNVBAcTC1NvdXRo\r\nYW1wdG9uMRowGAYDVQQKExFucXVpcmluZ21pbmRzIEx0ZDCCASIwDQYJKoZIhvcN\r\nAQEBBQADggEPADCCAQoCggEBAMrFeRTSOr4JVGbKMVKA7Ib1I2DmwzSRRvW/Y2hC\r\nE7FHwepUIjDnC6uRjA3ksaCTyzw2TtZYBPdGOnvx87ZIMr9bjw8j2gaP/ZfEVkOn\r\nkZ+7PwdDksuOJ6BjwxP3Yjape6kR1kp4ObisFSpT7dgsFEfByjS7ptJ/kWZExAAi\r\n/E/ob4xbiCdnRQV0YFpG+uMwdHDNSoZjmF5j/dvJfZuaixpVjnHz+CJWK4DoGScm\r\nL80cuvIQujYgNPHPnJgmGIzWNEYvp3DM0N45RP4KYEICyQKkgBVgH4GcWbbA6ZxB\r\nJ8yIckCpjUqTgDtksxRRvGGTNzBNTXCtfbstQVJ8/89MVnkCAwEAAaM9MDswDwYD\r\nVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUDKceoSXzXMSSnss+B51t/yxYr1wwCQYD\r\nVR0jBAIwADANBgkqhkiG9w0BAQsFAAOCAQEANdYDxWqHMoyyZSNLweQfFSDuQ5TQ\r\nHENgYUmEvqLO9KaTEhvu/+v9Ru3RmVBkg6CIhumJk2g7qVGKGSEHN6BH6UjS8uMn\r\ncGfuITD/qWKEGsvjDXE+voCViE6cM8QQRTTROTh5Ub8ZHbear/rtqMUu6AEW7H5w\r\n71atJjkBdwnq9UCS3KMU1PIxzxIq20B8TX7etozyl2+R6qtTrFcbbszvL6xWlegR\r\nwyTjKg7/BEFohtZLB9TrsVXZVZoJdtT8lZz8Nz0FSqFwqNl7xDXU1HWsW3fpQXQ7\r\n6g5u2ZbzXiyZn0sMvg2vEKr+zPfKiuBfkQHM+pgjh9JKrzpnfoAYQr4HVQ==\r\n-----END CERTIFICATE-----\r\n",
"owner_credential": "eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSIsImh0dHBzOi8vbnFtaW5kcy5jb20vY3JlZGVudGlhbHMvdjEiXSwiaWQiOiJodHRwczovL3ZvbHQudGR4Y2xvdWQuY29tL2FwaS9jcmVkZW50aWFsL2UwMTQ1OTEwLTNiNGMtNDY4ZS05ZDkwLTVjODQ4MDUyNWRkYSIsInR5cGUiOlsiVmVyaWZpYWJsZUNyZWRlbnRpYWwiLCJURFhWb2x0VHJ1c3RDcmVkZW50aWFsIl0sImlzc3VlciI6eyJpZCI6ImRpZDp0ZHg6NDZkNWRmYWEtOThlYi00OGVjLTg3MTYtMjhjMDY4ZGE0MDJkIiwibmFtZSI6IlRvYnkgRWFsZGVuIn0sImlzc3VhbmNlRGF0ZSI6MTY1NDg0ODUzNDc2NiwiY3JlZGVudGlhbFN1YmplY3QiOnsiaWQiOiJkaWQ6dGR4OjUxNjBjYmM0LThmZDUtNGY5Mi1hMGM5LTU4OTE4M2NmODIyZSIsInN1YmplY3RJZCI6IjUxNjBjYmM0LThmZDUtNGY5Mi1hMGM5LTU4OTE4M2NmODIyZSIsImNsYWltIjp7Im93bmVkIjp0cnVlfX0sInN0YXR1cyI6IiIsInByb29mIjp7InR5cGUiOiJSc2FTaWduYXR1cmUyMDE4IiwiY3JlYXRlZCI6MTY1NDg0ODUzNDkyMywicHJvb2ZQdXJwb3NlIjoiYXNzZXJ0aW9uTWV0aG9kIiwidmVyaWZpY2F0aW9uTWV0aG9kIjoiZGlkOnRkeDo0NmQ1ZGZhYS05OGViLTQ4ZWMtODcxNi0yOGMwNjhkYTQwMmQja2V5IiwiandzIjoiZXlKaGJHY2lPaUpTVXpJMU5pSXNJbUkyTkNJNlptRnNjMlY5Li5BRlFxamNKSHNBTFkxV0U4Yk15SzJFTHhWWlc4UjdPMEdKNEJxbUJ3aFI4UXZ5bUFFODNCZTNBa1d6M2RhR3l6UDJrLzBSYy9QMkxUZzI2QWsydFdqcnhMUUdna0lDbnRRUml0eUNFdEo0OHBjS3lRaWVkYnVJQmJ6bWt2TDVTY24venZDSHpRd0s1UUlISzBvWEpmc1grUXVhdUlmb1RjYWJOUFdDNnhUNEprN0tsWWp3QTBoc0NoRW1OemZxckFST2ZDMUZmREgrOEtoU1JCVUJwY3dJZnNZU0YyN3lIRitiOVBpL2RtSTJnOUsrdGd5TzFxc1A4azRWWDJBRnRndGZacmhQbzE1VWpUMVNzR2NJWnlMbldhcFB1aXBHUk9FbE51THZaVHZVcngrTnVXb2pkRnJXNEM1YWJsdE5iUEh3aFQzL09LREdqYnVXbWs3aXB2Z2c9PSJ9fQ=="
}

Property description

In addition to the JSONSchema given in the Appendix, the properties contained in the tdx Volt configuration are described below.

Depending on the scenario, some of the properties may not be applicable and can be omitted.

Properties marked [required] are applicable in all scenarios.

id [required]

The globally unique identifier of the Volt.

This property must be present in the tdx Volt configuration, unless you are connecting to a remote tdx Volt via a Relay Volt (i.e. not peer-to-peer). More on that later.

display_name

The human-readable display name of the Volt. This is non-unique, and is only for reference purposes, i.e. it is not required in order to be able to connect to the Volt.

address

The address at which the tdx Volt is running. This will be in the form of host:port, where host can be either an IP address or a DNS resolvable domain name.

ca_pem [required]

The PEM encoded signing certificate used by the Volt. This must be present in the tdx Volt configuration and is used to encrypt all communication with the Volt.

challenge_code

If present it represents a challenge code that can be signed and presented when attempting to bind to this Volt. This is required as part of the initial bind flow to demonstrate to the tdx Volt that you have some secret, pre-shared information. You do not need to do this if the tdx Volt already knows your public key, or you have other verifiable credentials you can present these in the bind request.

public_key

The public key of the Volt. This is useful for identifying the tdx Volt but is not required in the tdx Volt configuration in order to be able to connect to the tdx Volt (it can be inferred from the signing certificate).

fingerprint

This is a hash of the public key in base58 format, useful as a shortcut means of comparing and lookup up keys.

owner_credential

A base64 encoded JWT signed by the tdx Volt key and containing a verifiable credential stating the owner of the tdx Volt in the form of a DID.

Appendix

Volt configuration definition

The JSONSchema describing the tdx Volt configuration is as follows:

{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://tdxvolt.com/schemas/volt-configuration",
"type": "object",
"title": "Volt configuration schema",
"required": ["id", "ca_pem"],
"properties": {
"id": {
"type": "string",
"title": "The id of the Volt.",
"examples": ["1947660b-fbc0-4345-aec7-03b147d4e417"]
},
"display_name": {
"type": "string",
"title": "A human-readable name of the Volt.",
"examples": ["macBook (intel)"]
},
"address": {
"type": "string",
"title": "The address that can be used to connect to the Volt within the local network.",
"examples": ["192.168.1.69:50908"]
},
"public_key": {
"type": "string",
"title": "The Volt public key, in PEM format. This is optional and will be inferred from the ca_pem.",
"examples": [
"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA435moWiFRnDK/uUQcLuw\nCv+uPILgwy+MPOUmgoQUNsZgeH2RjFZqWv4JAr+1V67EDcLwIgxjd9pdYfdeHFoG\n5Z4t7qvpbJ0GPpj4SpQiN+XufZ4h+xe5C77pxukHKdzg4KlcE1UavxkRn/hQe/jI\n3tQDl99/iy0zdrClfcGDecTJT9th563ggVGuXi+GJ8iZMc6sNsYR5vMZcL3qJgx+\nUYe9RMqY4wDkbs8BppXLfy9WH41JREN1f9ypEHDKom+Yisbpcx4X9GSllz5Q67BA\nMrpwzzl7Q1F5Dj8oQQcBHvVq7ja33/OpK09iH1Wi6hv+nnd3Pv/8NM3QhoMWFjos\ncwIDAQAB\n-----END PUBLIC KEY-----\n"
]
},
"fingerprint": {
"type": "string",
"title": "The base58 encoded fingerprint of the Volt public key. This is optional.",
"examples": ["EPhBiNvb5RAvM1FjzrrrKYP7ggMBaJ5wM7KMTJjBfPaM"]
},
"ca_pem": {
"type": "string",
"title": "The certificate authority used by the Volt, in PEM-encoded format.",
"examples": [
"-----BEGIN CERTIFICATE-----\nMIIDojCCAoqgAwIBAgIEBoqCUTANBgkqhkiG9w0BAQsFADBxMQswCQYDVQQGEwJH\nQjEUMBIGA1UEBwwLU291dGhhbXB0b24xGjAYBgNVBAoMEW5xdWlyaW5nTWluZHMg\nTHRkMTAwLgYDVQQDDCdjYS4xOTQ3NjYwYi1mYmMwLTQzNDUtYWVjNy0wM2IxNDdk\nNGU0MTcwHhcNMjIxMDI5MTcwNDIxWhcNMjMxMDI5MTcwNDIyWjBxMQswCQYDVQQG\nEwJHQjEUMBIGA1UEBwwLU291dGhhbXB0b24xGjAYBgNVBAoMEW5xdWlyaW5nTWlu\nZHMgTHRkMTAwLgYDVQQDDCdjYS4xOTQ3NjYwYi1mYmMwLTQzNDUtYWVjNy0wM2Ix\nNDdkNGU0MTcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDjfmahaIVG\ncMr+5RBwu7AK/648guDDL4w85SaChBQ2xmB4fZGMVmpa/gkCv7VXrsQNwvAiDGN3\n2l1h914cWgblni3uq+lsnQY+mPhKlCI35e59niH7F7kLvunG6Qcp3ODgqVwTVRq/\nGRGf+FB7+Mje1AOX33+LLTN2sKV9wYN5xMlP22HnreCBUa5eL4YnyJkxzqw2xhHm\n8xlwveomDH5Rh71EypjjAORuzwGmlct/L1YfjUlEQ3V/3KkQcMqib5iKxulzHhf0\nZKWXPlDrsEAyunDPOXtDUXkOPyhBBwEe9WruNrff86krT2IfVaLqG/6ed3c+//w0\nzdCGgxYWOixzAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\nAgEGMB0GA1UdDgQWBBSucRk3SzUBcmL5QaqMhyfbGTXCXTANBgkqhkiG9w0BAQsF\nAAOCAQEAsmk8vUGJjoy5ZAibthGUt5qYWwpdkWK1cARZQJY4Kpn/lSTZcPlTdEpi\nxEbUZ74IV/YENQaJAT6fV3DAi3xlwsTxnvJRX94orkh/hJxai1FvWq/CaNs6rz1d\nFji4t5iMmkF+77ZOD1mmnDnvlPW2yp3SuQ26+I8XxgMGnVeNo4aIbHpJoAwXh7l9\n6uUHPfNiIQxne2x0gK9uCAIfTbWLv4XkymSrbrEIicQHgTdWNg7r82lX+DC7zghW\nWYtmx/0v4cioBkBLmMVcqsUt29wWIkl/B6ATYIzPb/ibCtKF8NWvSbr5LxRWm52D\nIJEbj3HsC7sGSQKdGAEvg91nwh8fUw==\n-----END CERTIFICATE-----\n"
]
},
"challenge_code": {
"type": "string",
"title": "The SHA256 digest of the Volt challenge code. Optional.",
"examples": ["w6uP8Tcg6K2QR905Rms8iXTlksL6OD1KOWBxTK7wxPI="]
}
},
"examples": [
{
"id": "1947660b-fbc0-4345-aec7-03b147d4e417",
"display_name": "macBook (intel)",
"address": "192.168.1.69:50908",
"public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA435moWiFRnDK/uUQcLuw\nCv+uPILgwy+MPOUmgoQUNsZgeH2RjFZqWv4JAr+1V67EDcLwIgxjd9pdYfdeHFoG\n5Z4t7qvpbJ0GPpj4SpQiN+XufZ4h+xe5C77pxukHKdzg4KlcE1UavxkRn/hQe/jI\n3tQDl99/iy0zdrClfcGDecTJT9th563ggVGuXi+GJ8iZMc6sNsYR5vMZcL3qJgx+\nUYe9RMqY4wDkbs8BppXLfy9WH41JREN1f9ypEHDKom+Yisbpcx4X9GSllz5Q67BA\nMrpwzzl7Q1F5Dj8oQQcBHvVq7ja33/OpK09iH1Wi6hv+nnd3Pv/8NM3QhoMWFjos\ncwIDAQAB\n-----END PUBLIC KEY-----\n",
"fingerprint": "EPhBiNvb5RAvM1FjzrrrKYP7ggMBaJ5wM7KMTJjBfPaM",
"ca_pem": "-----BEGIN CERTIFICATE-----\nMIIDojCCAoqgAwIBAgIEBoqCUTANBgkqhkiG9w0BAQsFADBxMQswCQYDVQQGEwJH\nQjEUMBIGA1UEBwwLU291dGhhbXB0b24xGjAYBgNVBAoMEW5xdWlyaW5nTWluZHMg\nTHRkMTAwLgYDVQQDDCdjYS4xOTQ3NjYwYi1mYmMwLTQzNDUtYWVjNy0wM2IxNDdk\nNGU0MTcwHhcNMjIxMDI5MTcwNDIxWhcNMjMxMDI5MTcwNDIyWjBxMQswCQYDVQQG\nEwJHQjEUMBIGA1UEBwwLU291dGhhbXB0b24xGjAYBgNVBAoMEW5xdWlyaW5nTWlu\nZHMgTHRkMTAwLgYDVQQDDCdjYS4xOTQ3NjYwYi1mYmMwLTQzNDUtYWVjNy0wM2Ix\nNDdkNGU0MTcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDjfmahaIVG\ncMr+5RBwu7AK/648guDDL4w85SaChBQ2xmB4fZGMVmpa/gkCv7VXrsQNwvAiDGN3\n2l1h914cWgblni3uq+lsnQY+mPhKlCI35e59niH7F7kLvunG6Qcp3ODgqVwTVRq/\nGRGf+FB7+Mje1AOX33+LLTN2sKV9wYN5xMlP22HnreCBUa5eL4YnyJkxzqw2xhHm\n8xlwveomDH5Rh71EypjjAORuzwGmlct/L1YfjUlEQ3V/3KkQcMqib5iKxulzHhf0\nZKWXPlDrsEAyunDPOXtDUXkOPyhBBwEe9WruNrff86krT2IfVaLqG/6ed3c+//w0\nzdCGgxYWOixzAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\nAgEGMB0GA1UdDgQWBBSucRk3SzUBcmL5QaqMhyfbGTXCXTANBgkqhkiG9w0BAQsF\nAAOCAQEAsmk8vUGJjoy5ZAibthGUt5qYWwpdkWK1cARZQJY4Kpn/lSTZcPlTdEpi\nxEbUZ74IV/YENQaJAT6fV3DAi3xlwsTxnvJRX94orkh/hJxai1FvWq/CaNs6rz1d\nFji4t5iMmkF+77ZOD1mmnDnvlPW2yp3SuQ26+I8XxgMGnVeNo4aIbHpJoAwXh7l9\n6uUHPfNiIQxne2x0gK9uCAIfTbWLv4XkymSrbrEIicQHgTdWNg7r82lX+DC7zghW\nWYtmx/0v4cioBkBLmMVcqsUt29wWIkl/B6ATYIzPb/ibCtKF8NWvSbr5LxRWm52D\nIJEbj3HsC7sGSQKdGAEvg91nwh8fUw==\n-----END CERTIFICATE-----\n",
"challenge_code": "w6uP8Tcg6K2QR905Rms8iXTlksL6OD1KOWBxTK7wxPI="
}
]
}