We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64272b7 commit 4a1b606Copy full SHA for 4a1b606
modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config/Tls.java
@@ -39,8 +39,8 @@ public record Tls (@JsonProperty("enabled")
39
40
@JsonProperty("truststore")
41
@JsonInclude(NON_NULL)
42
- @ModuleConfigField(title = "truststore",
43
- description = "Truststore that contains certs to be trusted. Required for X509 authentication.")
+ @ModuleConfigField(title = "Truststore",
+ description = "Truststore which contains the trusted server certificates or trusted intermediates.")
44
@Nullable Truststore truststore
45
) {
46
@JsonCreator
0 commit comments