certificateChain

@get:Input
@get:Optional
abstract val certificateChain: Property<String>

A string containing X509 certificates. The first certificate from the chain will be used as a certificate authority (CA). Refers to cert CLI option.

Takes precedence over the certificateChainFile property.