ServerCertificateCommonNames
Describes a list of server certificates referenced by common name that are used to secure the cluster.
Properties
Name | Type | Required |
---|---|---|
commonNames | array of ServerCertificateCommonName | No |
x509StoreName | string (enum) | No |
commonNames
Type: array of ServerCertificateCommonName
Required: No
The list of server certificates referenced by common name that are used to secure the cluster.
x509StoreName
Type: string (enum)
Required: No
The local certificate store location.
- AddressBook - The certificate store for other users.
- AuthRoot - The certificate store for third-party certificate authorities (CAs).
- CertificateAuthority - The certificate store for intermediate certificate authorities (CAs).
- Disallowed - The certificate store for revoked certificates.
- My - The certificate store for personal certificates.
- Root - The certificate store for trusted root certificate authorities (CAs).
- TrustedPeople - The certificate store for directly trusted people and resources.
- TrustedPublisher - The certificate store for directly trusted publishers.