nerdexam
Cisco

300-720 · Question #131

Which components are required when encrypting SMTP with TLS on Cisco ESA when the sender requires TLS verification?

The correct answer is B. X.509 certificate and matching private key from a CA. When TLS is required with certificate verification (as opposed to opportunistic TLS), the remote sending mail server must be able to validate the ESA's certificate against a trusted Certificate Authority (CA). This requires two components: an X.509 certificate issued and signed b

Cisco ESA Encryption and Message Tracking

Question

Which components are required when encrypting SMTP with TLS on Cisco ESA when the sender requires TLS verification?

Options

  • Aself-signed certificate in PKCS#7 format
  • BX.509 certificate and matching private key from a CA
  • Cself-signed certificate in PKCS#12 format
  • DDER certificate and matching public key from a CA

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    86% (25)
  • C
    3% (1)
  • D
    7% (2)

Explanation

When TLS is required with certificate verification (as opposed to opportunistic TLS), the remote sending mail server must be able to validate the ESA's certificate against a trusted Certificate Authority (CA). This requires two components: an X.509 certificate issued and signed by a recognized CA (so the remote party can verify its authenticity), and the corresponding private key installed on the ESA (needed to complete the TLS handshake). A self-signed certificate would not be trusted by an external sender performing TLS verification. PKCS#7 and PKCS#12 are packaging/container formats, not certificate types for this use case. DER is an encoding format (not a certificate type), and a public key alone is insufficient - the private key is what the ESA uses during the TLS negotiation.

Topics

#SMTP encryption#TLS verification#Cisco ESA#X.509 certificates#Private key

Community Discussion

No community discussion yet for this question.

Full 300-720 Practice