serverCertificates property

List<Certificate>? serverCertificates
getter/setter pair

A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica.

Currently, a maximum of 10 Certificate is supported.

Required.

Implementation

core.List<Certificate>? serverCertificates;