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

OIBus certificate : accept and produce DER format as well #3588

Open
matthieurolland opened this issue Sep 18, 2024 · 0 comments
Open

OIBus certificate : accept and produce DER format as well #3588

matthieurolland opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@matthieurolland
Copy link

When connecting OIBUs to an OPCUA server, we need to put the server certificat in trusted certs of the OPCUA South and the OIBus self-signed certificate in the server trusted clients wallet (usually import).

OIBus uses PEM as certificat format while some OPCUA servers (Kepware) use DER format. So we need to convert certificates which is long (requires to download it locally, run the commande, export the converted file back to the distant machine and import / put it at the right place).

Could we

  1. have OIBus accept PEM and DER certificate ?
  2. have OIBus create certificates in both PEM and CER format ?

Better, although I do not know if it is possible : is there a standard for exchanging certificates with manual validation on client and server side ? If so, that would be great to avoid copy pasting certificates.

@burgerni10 burgerni10 added this to the future milestone Oct 2, 2024
@burgerni10 burgerni10 added the enhancement New feature or request label Oct 2, 2024
@burgerni10 burgerni10 self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants