Skip to content

Conversation

the-mech
Copy link

@the-mech the-mech commented Aug 21, 2025

As discussed here:
#868

Fixed: #868

{"cert", 0, POPT_ARG_STRING, &amqp_cert, 0,
"path to the client certificate file", "cert.pem"},
{"no-default-cert-paths", 0, POPT_ARG_NONE, &amqp_no_default_cert_paths, 0,
"do not use default certificate paths", NULL}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add an ',' at the end of this line.

I'd also recommend running clang-format to make sure that the format will pass the presubmit.

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.

[Feature request / discussion] amqp-tools should use default certification paths when --ssl supplied
2 participants