Are pfx files (used as key files) unsupported in asyncua #482
Unanswered
KishanKishore
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The library currently only supports the PEM (Base64 ASCII) and DER format (Binary): Of course, you can convert your pfx certs in PEM/DEM with tools like openssl, few examples on how to achieve this here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the following error when trying to use a pfx file as my private key. The OPCUA specification (https://reference.opcfoundation.org/v104/GDS/docs/F.1/) states the key could be in either pfx or pem formats. The pem format works as expected.
I am using the
set_security_string
method to set the security modes/ security policies etc. Any suggestions here ? Is there any restriction on the key and certificate formats that can be used withasyncua
?Beta Was this translation helpful? Give feedback.
All reactions