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

Secure message exchanges for application #140

Open
3 tasks
nbuffon opened this issue Jul 4, 2024 · 0 comments
Open
3 tasks

Secure message exchanges for application #140

nbuffon opened this issue Jul 4, 2024 · 0 comments
Assignees
Labels
Rust Rust code
Milestone

Comments

@nbuffon
Copy link
Member

nbuffon commented Jul 4, 2024

  • Use certificate to secure connection to the broker
    • MQTTS
    • WSS

GIVEN the public root CA that signed the certificate of the message broker was provisioned
AND the message broker hostname's was discovered
AND the message broker was configured to only accept secure connections
WHEN I establish a connection using the certificate
THEN the connection will succeed
AND I will be able to subscribe and publish

@nbuffon nbuffon changed the title Secure message exchanges for User Equipment Secure message exchanges for Application Jul 4, 2024
@nbuffon nbuffon self-assigned this Jul 4, 2024
@nbuffon nbuffon added the Rust Rust code label Jul 4, 2024
@nbuffon nbuffon added this to the Sprint 2 milestone Jul 4, 2024
@nbuffon nbuffon changed the title Secure message exchanges for Application Secure message exchanges for application Jul 4, 2024
@nbuffon nbuffon modified the milestones: Sprint 2, Sprint 3 Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Rust code
Projects
Status: Ready
Development

No branches or pull requests

1 participant