GitHub user jormus edited a comment on the discussion: Use certificate / encrypted communication using OPC UA Adapter
Hello @dominikriemer thx for the feedback I managed to get the certificate part working by creating a volume claim csi based: ```yaml csi: driver: smb.csi.k8s.io ``` this allows me to manage the certs manual from a smb share. There I create the folder structure and place the keystore file, like described by u and the docs. Thx for the reply anyway, this k8s deployment without using helm was quite the challenge. Maybe I share after I cleaned this up a little bit. An option to auto accept self signed certs would be great (at least the first cert, not when there is a mismatch) The error when the cert is in the rejected and should be moved could be better, now its something in the trend of: `io.netty.handler.codec.DecoderException: UaException: status=Bad_SecurityChecksFailed, message=java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty` Again thx, I keep testing this platform!! GitHub link: https://github.com/apache/streampipes/discussions/3423#discussioncomment-13145091 ---- This is an automatically sent email for dev@streampipes.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@streampipes.apache.org