[SECURITY] Chained certificates and fastDDS security #6093
Unanswered
manuelValch
asked this question in
Q&A
Replies: 1 comment
-
|
Update, switched to log level DEBUG_LEVEL: Though log files is not helping much more: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fastdds Version: 3.3.0
Hello,
I am trying to use the SECURITY stack with chained certificates,
I have one root CA which is installed on my OS, one intermediate and one per service.
Intermediate and service certificates are concatenated as follow:
cat service.cert.pem intermediate.cert.pem > service.cert.pem
When I check public keys, of service.cert.pem and service.key.pem they do match .
Security stack does not start with this log:
When I try with security disabled the participant is able to start.
Could that comes from permissions on certificates relates files:
When I remove from QOS authentication plugin:
server starts.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions