Skip to content

Commit

Permalink
Merge pull request #38 from SolaceDev/SOL-108125-fix-cert-max-docs
Browse files Browse the repository at this point in the history
fix: SOL-108125: Updated max cert limit docs
  • Loading branch information
oodigie authored Dec 13, 2023
2 parents 82569b6 + 87dcf7a commit 0307137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/solace/config/messaging_service_properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0307137

Please sign in to comment.