privateKeyFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.ABSOLUTE)
abstract val privateKeyFile: RegularFileProperty

A file with an encoded private key in the PEM format. Refers to key-file CLI option.