Bird
0
0

Which RabbitMQ configuration option specifies the path to the CA certificate file for TLS?

easy📝 Conceptual Q2 of 15
RabbitMQ - Security and Operations
Which RabbitMQ configuration option specifies the path to the CA certificate file for TLS?
Assl_options.certfile
Bssl_options.cacertfile
Clisteners.ssl.port
Dlisteners.tcp.default
Step-by-Step Solution
Solution:
  1. Step 1: Identify CA certificate option

    The CA certificate file is specified by ssl_options.cacertfile in RabbitMQ config.
  2. Step 2: Differentiate from other options

    ssl_options.certfile is for server cert, listeners.tcp.default is port, not cert path.
  3. Final Answer:

    ssl_options.cacertfile -> Option B
  4. Quick Check:

    CA cert path = ssl_options.cacertfile [OK]
Quick Trick: CA cert file always uses ssl_options.cacertfile [OK]
Common Mistakes:
MISTAKES
  • Confusing certfile with cacertfile
  • Using port options for certificate paths
  • Omitting ssl_options prefix

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes