Courseiva
Security And SCCmediumMultiple ChoiceObjective-mapped

EX280 Security And SCC Practice Question

An administrator needs to secure a Route with edge termination using a custom TLS certificate and private key. Which section of the Route manifest must contain these certificate details?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

spec.tls.certificate, spec.tls.key, and spec.tls.caCertificate

Edge termination routes configure TLS settings directly inside the spec.tls block of the Route resource.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • spec.endpoint.tls with base64 encoded string data

    Why it's wrong here

    spec.endpoint.tls is not a valid field path in OpenShift Route resources.

  • metadata.annotations containing openshift.io/tls-cert and openshift.io/tls-key

    Why it's wrong here

    While some ingress controllers use annotations, OpenShift Routes use the explicit spec.tls structure.

  • spec.tls.certificate, spec.tls.key, and spec.tls.caCertificate

    Why this is correct

    An edge-terminated route defines certificate, key, and optional CA certificate directly within the spec.tls object.

  • status.ingress.tls for automatic cert-manager synchronization

    Why it's wrong here

    status fields are managed by the cluster controller and are read-only for users.

About these practice questions

This EX280 question is part of Courseiva's 509-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Red Hat exam blueprint

This EX280 practice question is part of Courseiva's free Red Hat certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the EX280 exam.