From 87dcf7ad0284a7dbe41f912449c9fea65db9e8ed Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 12 Dec 2023 20:49:47 -0500 Subject: [PATCH] SOL-108125: Updated max cert limit docs for changes to native lib that removed the limit Signed-off-by: Chris Morgan --- pkg/solace/config/messaging_service_properties.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/solace/config/messaging_service_properties.go b/pkg/solace/config/messaging_service_properties.go index e7eb50a..d7b71b7 100644 --- a/pkg/solace/config/messaging_service_properties.go +++ b/pkg/solace/config/messaging_service_properties.go @@ -297,8 +297,7 @@ const ( TransportLayerSecurityPropertyCipherSuites ServiceProperty = "solace.messaging.tls.cipher-suites" // TransportLayerSecurityPropertyTrustStorePath specifies the path of the directory where trusted certificates are found - // A maximum of 64 files are allowed in the trust store directory. The maximum depth for the - // certificate chain verification is 3. + // The maximum depth for the certificate chain verification is 3. TransportLayerSecurityPropertyTrustStorePath ServiceProperty = "solace.messaging.tls.trust-store-path" // TransportLayerSecurityPropertyTrustedCommonNameList is provided for legacy installations and is not recommended as part of our best practices.