ServerCertificateCommonNames interface
Describes a list of server certificates referenced by common name that are used to secure the cluster.
Properties
common |
The list of server certificates referenced by common name that are used to secure the cluster. |
x509Store |
The local certificate store location. |
Property Details
commonNames
The list of server certificates referenced by common name that are used to secure the cluster.
commonNames?: ServerCertificateCommonName[]
Property Value
x509StoreName
The local certificate store location.
x509StoreName?: string
Property Value
string