TrustedCertificateSpec

TrustedCertificateSpec
TrustedCertificateSpec
JSON Example
{
    "fqdn": "fqdn",
    "port": 5249,
    "certificate": "certificate",
    "skipValidations": false
}
string
certificate
Required  

PEM-encoded X.509 certificate or chain. Multiple PEM blocks concatenated are accepted.

string
fqdn
Required  

FQDN of the component.

boolean
skipValidations
Optional

Skip all certificate validations and write the certificate unconditionally.

integer
port
Optional
Constraints: minimum: 1 maximum: 65535 default: 443

TLS port of the component. Defaults to 443 when not specified.