Properties
| Name | Type | Description |
|---|---|---|
| binding_status | object | |
| certificate | string | The CA certificate |
| created_at | object | |
| expires_on | object | |
| fingerprint | string | The SHA256 fingerprint of the certificate. |
| id | object | |
| in_use | boolean | Use this certificate for Gateway TLS interception |
| issuer_org | string | The organization that issued the certificate. |
| issuer_raw | string | The entire issuer field of the certificate. |
| type | object | |
| updated_at | object | |
| uploaded_on | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_certificates",
"title": "zero-trust-gateway_certificates",
"properties": {
"binding_status": {
"$ref": "#/components/schemas/zero-trust-gateway_binding_status"
},
"certificate": {
"description": "The CA certificate",
"example": "-----BEGIN CERTIFICATE-----\\nMIIDmDCCAoCgAwIBAgIUKTOAZNjcXVZRj4oQt0SHsl1c1vMwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVVMxFjAUBgNVBAgMDVNhbiBGcmFuY2lzY28xEzARBgNVBAcMCkNhbGlmb3JuaWExFTATBgNVBAoMDEV4YW1wbGUgSW5jLjAgFw0yMjExMjIxNjU5NDdaGA8yMTIyMTAyOTE2NTk0N1owUTELMAkGA1UEBhMCVVMxFjAUBgNVBAgMDVNhbiBGcmFuY2lzY28xEzARBgNVBAcMCkNhbGlmb3JuaWExFTATBgNVBAoMDEV4YW1wbGUgSW5jLjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMRcORwgJFTdcG/2GKI+cFYiOBNDKjCZUXEOvXWY42BkH9wxiMT869CO+enA1w5pIrXow6kCM1sQspHHaVmJUlotEMJxyoLFfA/8Kt1EKFyobOjuZs2SwyVyJ2sStvQuUQEosULZCNGZEqoH5g6zhMPxaxm7ZLrrsDZ9maNGVqo7EWLWHrZ57Q/5MtTrbxQL+eXjUmJ9K3kS+3uEwMdqR6Z3BluU1ivanpPc1CN2GNhdO0/hSY4YkGEnuLsqJyDd3cIiB1MxuCBJ4ZaqOd2viV1WcP3oU3dxVPm4MWyfYIldMWB14FahScxLhWdRnM9YZ/i9IFcLypXsuz7DjrJPtPUCAwEAAaNmMGQwHQYDVR0OBBYEFP5JzLUawNF+c3AXsYTEWHh7z2czMB8GA1UdIwQYMBaAFP5JzLUawNF+c3AXsYTEWHh7z2czMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMBAf8ECDAGAQH/AgEBMA0GCSqGSIb3DQEBCwUAA4IBAQBc+Be7NDhpE09y7hLPZGRPl1cSKBw4RI0XIv6rlbSTFs5EebpTGjhx/whNxwEZhB9HZ7111Oa1YlT8xkI9DshB78mjAHCKBAJ76moK8tkG0aqdYpJ4ZcJTVBB7l98Rvgc7zfTii7WemTy72deBbSeiEtXavm4EF0mWjHhQ5Nxpnp00Bqn5g1x8CyTDypgmugnep+xG+iFzNmTdsz7WI9T/7kDMXqB7M/FPWBORyS98OJqNDswCLF8bIZYwUBEe+bRHFomoShMzaC3tvim7WCb16noDkSTMlfKO4pnvKhpcVdSgwcruATV7y+W+Lvmz2OT/Gui4JhqeoTewsxndhDDE\\n-----END CERTIFICATE-----\\n",
"type": "string"
},
"created_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
},
"expires_on": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
},
"fingerprint": {
"description": "The SHA256 fingerprint of the certificate.",
"example": "E9:19:49:AA:DD:D8:1E:C1:20:2A:D8:22:BF:A5:F8:FC:1A:F7:10:9F:C7:5B:69:AB:0:31:91:8B:61:B4:BF:1C",
"type": "string"
},
"id": {
"$ref": "#/components/schemas/zero-trust-gateway_uuid"
},
"in_use": {
"description": "Use this certificate for Gateway TLS interception",
"type": "boolean"
},
"issuer_org": {
"description": "The organization that issued the certificate.",
"example": "Example Inc.",
"type": "string"
},
"issuer_raw": {
"description": "The entire issuer field of the certificate.",
"example": "O=Example Inc.,L=California,ST=San Francisco,C=US",
"type": "string"
},
"type": {
"$ref": "#/components/schemas/zero-trust-gateway_type"
},
"updated_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
},
"uploaded_on": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
}
},
"type": "object"
}