ApiUpdateGlobalTruststoreArguments

Properties

Name Type Description Notes
newCertLocation String The location of the new certificate on the disk to be added to the Auto-TLS truststore. PEM format is required. Specify either this or a NewCertContent. [optional]
newCertContent String The content of the new certificate to be added to the Auto-TLS truststore. Specify either this or a NewCertLocation. <br> The certificate, if specified, needs to be a standard PEM-encoded key as a single string, with all line breaks replaced with the line-feed control character '\n'. <br> A value will typically look like the following string: <br> -----BEGIN CERTIFICATE-----\n[base-64 encoded key]\n-----END CERTIFICATE----- <br> [optional]