-
Notifications
You must be signed in to change notification settings - Fork 58
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 support for certificate links #398
Conversation
@mennodegraaf due to compatibility issues, as a feature that might not be always required, it would be best if we could have this configurable, and work for both ocpp1.6 and ocpp2.0.1. The security lib (with the exception of the GetKeyPair which will be refactored in everest-core) does not have the side-effects which libocpp can have. |
This symlink functionality is configurable in the sense that if the symlinks are not configured nothing will be done and the functionality is as it was before. |
I think it would be safer to have the function call to be configurable (if the user wants it or not), especially since it is a niche application, and there can always be side-effect. Except that, I can't find any other issues. |
@AssemblyJohn I will it up to you if you want to prevent |
Signed-off-by: Menno de Graaf <m.degraaf@alfen.com>
Signed-off-by: Menno de Graaf <m.degraaf@alfen.com>
Signed-off-by: Menno de Graaf <m.degraaf@alfen.com>
b8f4264
to
6e723ed
Compare
Signed-off-by: AssemblyJohn <ioan.bogdann@gmail.com>
6e723ed
to
f0f8137
Compare
update_certificate_links()