certificateChain

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

Specifies a string containing X509 certificates. The first certificate in the chain will be used as a certificate authority (CA). This parameter corresponds to the cert CLI option.

Takes precedence over the certificateChainFile property.

Default value: IntelliJPlatformExtension.Signing.certificateChain