Skip to content

Commit 4a1b606

Browse files
authored
Fixing naing changes that slipped through (#1034)
1 parent 64272b7 commit 4a1b606

File tree

1 file changed

+2
-2
lines changed
  • modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config

1 file changed

+2
-2
lines changed

modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config/Tls.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public record Tls (@JsonProperty("enabled")
3939

4040
@JsonProperty("truststore")
4141
@JsonInclude(NON_NULL)
42-
@ModuleConfigField(title = "truststore",
43-
description = "Truststore that contains certs to be trusted. Required for X509 authentication.")
42+
@ModuleConfigField(title = "Truststore",
43+
description = "Truststore which contains the trusted server certificates or trusted intermediates.")
4444
@Nullable Truststore truststore
4545
) {
4646
@JsonCreator

0 commit comments

Comments
 (0)