Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a public pgp key from a file containing the key that was given by a partner, the syntax is as follows:

Code Block
mftwaarp-gateway sb_pgp add --name=rhelsec --pgp-name="Red Hat, Inc. (Product Security)" --pgp-email="secalert@redhat.com" --pgp-algo="4096R" --comment="https://access.redhat.com/security/team/contact" --public-key="$(cat dce3823597f5eac4.txt)"

...