-
Notifications
You must be signed in to change notification settings - Fork 6
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 flags to configure secure connection client certificate #10
Comments
gkoitchev-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 5, 2022
…rtificate There should be an option to configure loading client certificate from file, instead of using the system pool. Signed-off-by: Georgi Koitchev <georgi.koitchev@bosch.io>
What is the scope of this task i.e. is it only about the download operation or it'll cover some other connections? If the scope is only the download, I would like to suggest to clarify the description. Currently:
|
gkoitchev-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 12, 2022
…rtificate There should be an option to configure loading client certificate from file, instead of using the system pool. - Added flags - Added parameters for cert and key files where secure connection is established. Signed-off-by: Georgi Koitchev <georgi.koitchev@bosch.io>
gboyvalenkov-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 15, 2022
…rtificate - removed key flag - cert flag renamed to serverCert - removed license files Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
gboyvalenkov-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 16, 2022
…rtificate - removed secure cipher suites from tls config, as it is part of another issue Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
gboyvalenkov-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 16, 2022
…rtificate - unified implementations of http test servers - minor refactoring and improvements Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
gboyvalenkov-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 17, 2022
…rtificate - implementation only Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
gboyvalenkov-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 17, 2022
…rtificate - minor description/default value adjustments Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
gboyvalenkov-bosch
added a commit
to bosch-io/software-update
that referenced
this issue
Aug 17, 2022
…rtificate - minor description adjustments Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
e-grigorov
pushed a commit
that referenced
this issue
Aug 18, 2022
[#10] Add flags to configure secure connection client certificate There should be an option to configure loading client certificate from file, instead of using the system pool. Signed-off-by: Georgi Koitchev <georgi.koitchev@bosch.io> - removed key flag - cert flag renamed to serverCert - removed license files - removed secure cipher suites from tls config, as it is part of another issue - unified implementations of http test servers Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
Repository owner
moved this from In Review
to Done
in Eclipse Kanto
Aug 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After filtering out the insecure connections with HTTPS scheme, we need to have option to configure loading client certificate from file.
So, everywhere, where client certificate is mentioned, there are added parameters for the certificate and the key.
Currently, the system pool is used.
The text was updated successfully, but these errors were encountered: