Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RevokeCertificate API not yet in SDK? #2471

Closed
1 of 5 tasks
charlesaugustineabb opened this issue Jan 22, 2024 · 2 comments · Fixed by #2497
Closed
1 of 5 tasks

RevokeCertificate API not yet in SDK? #2471

charlesaugustineabb opened this issue Jan 22, 2024 · 2 comments · Fixed by #2497
Assignees
Labels
enhancement API or feature enhancement GDS

Comments

@charlesaugustineabb
Copy link

Type of issue

  • Bug
  • Enhancement
  • Compliance
  • Question
  • Help wanted

Current Behavior

RevokeCertificate API is defined in spec12 1.05.02 . however probably not implemented in SDK. when it is planned to include in SDK?

Expected Behavior

RevokeCertificate API is defined in spec12 1.05.02 . however probably not implemented in SDK. when it is planned to include in SDK?

Steps To Reproduce

No response

Environment

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

Anything else?

No response

@romanett
Copy link
Contributor

romanett commented Jan 22, 2024

We can implement it together. If you create a pull request/fork branch. I am happy to collaborate.

The CertificateGroup implementation of the GDS already has support and only a mapping to the OPC UA Method in the ApplicationsNodeManager should be required.

public async virtual Task<X509CRL> RevokeCertificateAsync(

https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Libraries/Opc.Ua.Gds.Server.Common/ApplicationsNodeManager.cs

https://reference.opcfoundation.org/GDS/v105/docs/7.9.6

@mregen
Copy link
Contributor

mregen commented Feb 27, 2024

@charlesaugustineabb please check the Feb release for updates regarding the GDS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement API or feature enhancement GDS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants