OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 950 forks source link

CreateSigningRequest API of spec12 ,If regeneratePrivateKey TRUE the Server shall create a new Private Key. However new private key not getting created. #2774

Closed charlesaugustineabb closed 1 month ago

charlesaugustineabb commented 1 month ago

Type of issue

Current Behavior

CreateSigningRequest API ,If regeneratePrivateKey TRUE the Server shall create a new Private Key. However new private key not getting created.

Expected Behavior

If regeneratePrivateKey TRUE the Server shall create a new Private Key

Steps To Reproduce

No response

Environment

- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client:

Anything else?

No response

charlesaugustineabb commented 1 month ago

with unified automation SDK it is working fine. however it is not working with foundation SDK.

mregen commented 1 month ago

@charlesaugustineabb this feature is not implemented yet in the server.

charlesaugustineabb commented 1 month ago

when u are planning to implement this feature? this sort extremely important feature for us . kindly let me know your plan on this?

mregen commented 1 month ago

Assigned supposedly next release.

charlesaugustineabb commented 1 month ago

can u please tell the tentative date (atleast ) of the next release? will be helpfull

romanett commented 1 month ago

@charlesaugustineabb the exact release date will depend on found bugs / regressions in the merged changes. Please check the implementation in #2778 if this has all the functionality you need.