Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-32804

KMM key secureboot section for secrets addition typo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.13, 4.12, 4.14, 4.15
    • Documentation / KMMO
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      In OpenShift doc page: https://docs.openshift.com/container-platform/4.12/hardware_enablement/kmm-kernel-module-management.html
      
      Section: Adding the keys for secureboot
      
      There's a typo in the procedure, step 2:
      
      oc create secret generic my-signing-key-pub --from-file=key=<my_signing_key_pub.der>
      
      This is not correct.  It should be:
      
      oc create secret generic my-signing-key-pub --from-file=cert=<my_signing_key_pub.der>
      
      for All OCP releases 4.12 thorough 4.14.

      Version-Release number of selected component (if applicable):

      4.12, 4.13, 4.14, 4.15

      Happy to put in a PR to openshift-docs, just let me know.

            rhn-support-kavverma Kavya Verma
            dcain@redhat.com Dave Cain
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: