From e1bdf5c263f0377479d24a14310d568bc073cd5e Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Thu, 20 Jan 2022 14:33:04 +0200 Subject: [PATCH] Align distinguished name (DN) of the certificate with CLO Signed-off-by: Vitalii Parfonov --- internal/elasticsearch/certificates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/elasticsearch/certificates.go b/internal/elasticsearch/certificates.go index 09a324ca7..71e55922b 100644 --- a/internal/elasticsearch/certificates.go +++ b/internal/elasticsearch/certificates.go @@ -101,8 +101,8 @@ var ( caOrganizationUnit = []string{"Logging Signing CA"} caCountry = []string{"io", "openshift"} - certOrganization = []string{"OpenShift"} - componentOrganizationUnit = []string{"Logging"} + certOrganization = []string{"Logging"} + componentOrganizationUnit = []string{"OpenShift"} ridRawValue asn1.RawValue = asn1.RawValue{ FullBytes: []byte{0x88, 0x05, 0x2A, 0x03, 0x04, 0x05, 0x05},