Auth Config Client Certificate
data class AuthConfigClientCertificate(val encryptedPrivateKey: String, val passphrase: String? = null, val sslCertificate: String)
Properties
Link copied to clipboard
The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
Link copied to clipboard
'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key.
Link copied to clipboard
The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.