Courseiva
Registry And SecuritymediumMultiple SelectObjective-mapped

EX188 Registry And Security Practice Question

Which TWO actions are required when configuring a secure container workflow to push a signed image to a registry using Podman? (Choose two.)

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

Generate a cryptographic key pair and ensure the private key is available to sign the image.

Pushing a signed image requires generating a local key pair (e.g., using GPG), configuring the signature storage destination in registries.d, and signing the image during or after the push process using podman push or podman image sign.

Answer analysis

Option-by-option breakdown

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

  • Disable SELinux enforcement globally on the container host before generating signatures.

    Why it's wrong here

    SELinux enforcement is independent of image signing workflows.

  • Store the private signing key inside the container image payload.

    Why it's wrong here

    Storing private keys inside container images is a severe security vulnerability.

  • Set the container storage driver to vfs in storage.conf.

    Why it's wrong here

    Storage drivers do not impact cryptographic image signing.

  • Generate a cryptographic key pair and ensure the private key is available to sign the image.

    Why this is correct

    A private key is strictly required to cryptographically sign container images.

  • Configure /etc/containers/registries.d/ to specify where signature transport and storage are located.

    Why this is correct

    The registries.d directory configuration maps registries to signature storage locations (such as a local directory or sigstore).

About these practice questions

This EX188 question is part of Courseiva's 296-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 EX188 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 EX188 exam.