certificateChainFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val certificateChainFile: RegularFileProperty

Specifies the path to the file containing X509 certificates. The first certificate in the chain will be used as a certificate authority (CA). Corresponds to the cert-file CLI option.

Default value: IntelliJPlatformExtension.Signing.certificateChainFile