exam questions

Exam CNX-001 All Questions

View all questions & answers for the CNX-001 exam

Exam CNX-001 topic 1 question 72 discussion

Actual exam question from CompTIA's CNX-001
Question #: 72
Topic #: 1
[All CNX-001 Questions]

A network load balancer is not correctly validating a client TLS certificate. The network architect needs to validate the certificate installed on the load balancer before progressing. Which of the following commands should the architect use to confirm whether the private key and certificate match?

  • A. openssl-list -noout -modulus -in cert.crt | openssl md5
    openssl rsa -noout -modulus -in privkey.txt | openssl md5
  • B. openssl req -in certificate.csr -verify
    openssl-verify -noout -modulus -in privkey.txt | openssl md5
  • C. openssl-rsa -noout -modulus -in cert.crt | openssl md5
    openssl-verify -noout -modulus -in privkey.txt | openssl md5
  • D. openssl x509 -noout -modulus -in cert.crt | openssl md5
    openssl rsa -noout -modulus -in privkey.txt | openssl md5
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SuntzuLegacy
1 month, 1 week ago
Selected Answer: D
Answer: D. nginx openssl x509 -noout -modulus -in cert.crt | openssl md5 openssl rsa -noout -modulus -in privkey.txt | openssl md5 When both commands produce the same hash, the certificate and private key match.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...