Skip to content

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

Merged
gab-arrobo merged 5 commits intoomec-project:mainfrom
gab-arrobo:fix-tls-path
Oct 29, 2024
Merged

Fix TLS path (parametrize path for certificate and key)#148
gab-arrobo merged 5 commits intoomec-project:mainfrom
gab-arrobo:fix-tls-path

Conversation

@gab-arrobo
Copy link
Copy Markdown
Contributor

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

Changes were tested using OnRamp and TLS

Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
@gab-arrobo
Copy link
Copy Markdown
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 <gabriel.arrobo@intel.com>
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
@gab-arrobo gab-arrobo merged commit 7b85f4d into omec-project:main Oct 29, 2024
@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