Name | Type | Description | Notes |
---|---|---|---|
new_cert_location | str | 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] |
new_cert_content | str | 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] |