LPIC-3 Exam 303 (Security) — Question 16
Which of the following parameters to openssl s_client specifies the host name to use for TLS Server Name Indication?
Answer options
- A. -tlsname
- B. -servername
- C. -sniname
- D. -vhost
- E. -host
Correct answer: B
Explanation
The correct answer is B, -servername, which is specifically designed to set the host name for TLS Server Name Indication in openssl s_client. The other options do not correspond to valid parameters for this function, making them incorrect choices.