TrustedCertificateSpec

TrustedCertificateSpec
TrustedCertificateSpec
JSON Example
{
    "fqdn": "fqdn",
    "port": 1,
    "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 to trust the certificate for.

boolean
skipValidations
Optional

Skip all certificate validations, including on the SDDC LCM, and write the certificate unconditionally.

integer
port
Optional
Constraints: minimum: 1 default: 443

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