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

Fix TLS path (parametrize path for certificate and key) #148

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

gab-arrobo
Copy link
Contributor

@gab-arrobo gab-arrobo commented Oct 29, 2024

Changes were tested using OnRamp and TLS

Signed-off-by: Arrobo, Gabriel <[email protected]>
Signed-off-by: Arrobo, Gabriel <[email protected]>
Signed-off-by: Arrobo, Gabriel <[email protected]>
@gab-arrobo
Copy link
Contributor Author

gab-arrobo commented Oct 29, 2024

@dariofaccin, what do you think about these changes?
Mainly. the following:

-		err = server.ListenAndServeTLS(util.NrfPemPath, util.NrfKeyPath)
+		err = server.ListenAndServeTLS(config.Sbi.TLS.PEM, config.Sbi.TLS.Key)

Signed-off-by: Arrobo, Gabriel <[email protected]>
Signed-off-by: Arrobo, Gabriel <[email protected]>
@gab-arrobo gab-arrobo merged commit 7b85f4d into omec-project:main Oct 29, 2024
9 checks passed
@gab-arrobo gab-arrobo deleted the fix-tls-path branch October 29, 2024 18:02
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