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

Add and demonstrate convenient helper for self-signed certificates #1396

Conversation

bitkeeper
Copy link
Contributor

With PR #1368 some functions are added to create and request certificates. Based on those functions a new helper method setup_self_signed_certificate is created. This should make it easy to add basic support to clients and servers for generating automatically certificates.

If can generated a private key and self-signed certificate when not already present. When the data range of the certificate is no longer valid it generates a new certificate.

Both the examples for client and server use with encryption are updated to demonstrate the use.

With PR FreeOpcUa#1368 some functions are added to create and request certificates.
Based on those functions a new helper method `setup_self_signed_certificate` is created.
This should make it easy to add basic support to clients and servers for generating automatically certificates.

If can generated a private key and self-signed certificate when not already present.
When the data range of the certificate is no longer valid it generates a new certificate.

Both the examples for client and server use with encryption are updated to demonstrate the use.
@bitkeeper bitkeeper force-pushed the features/helper_for_created_self_signed_certificates branch from bb973b8 to 1ddc162 Compare August 8, 2023 10:29
@oroulet oroulet merged commit d864681 into FreeOpcUa:master Aug 9, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants