-
I'm trying to create certificates mit step ca which are valid for OPCUA Servers.
The problem is, the created certificate doesn't include the basicConstraint extension which is necessary for some OPCUA Servers. The open62541 library with the focus on OPCUA includes the CA:FALSE which get the certificates accepted by the OPCUA server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @deweil, I've been looking at this, and is a problem with our template library, that we only introduce that extension if isCA is true. It should be easy to change the behavior to fix it. |
Beta Was this translation helpful? Give feedback.
Hi @deweil, I've been looking at this, and is a problem with our template library, that we only introduce that extension if isCA is true. It should be easy to change the behavior to fix it.