UNCLASSIFIED

Commit 2bf4b28e authored by Taylor Biggs's avatar Taylor Biggs
Browse files

Merge branch 'patch-2' into 'master'

Updated the directions on how to to verify manifest

See merge request !21
parents b17cc208 962625d0
......@@ -568,7 +568,7 @@ pipeline {
"<pre>${publicKey}</pre>" +
"<p>Verifying Image Instructions:<ol>" +
"<li>Save key to file (call it public.asc)</li>" +
"<li>Import key with: gpg --import public.asc</li>" +
"<li>Import key with:<code> gpg --import public.asc </code></li>" +
"<li>Download the image manifest (manifest.json) and PGP signature (signature.sig) below</li>" +
"<li>Verify with:<code> gpg --verify signature.sig manifest.json</code></li>" +
"</ol>" +
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment