Author: mattsicker
Date: Fri Jan 26 17:34:01 2018
New Revision: 1024361

Log:
Add gpg verification instructions

Modified:
    websites/production/logging/content/chainsaw/2.0.0/download.html

Modified: websites/production/logging/content/chainsaw/2.0.0/download.html
==============================================================================
--- websites/production/logging/content/chainsaw/2.0.0/download.html (original)
+++ websites/production/logging/content/chainsaw/2.0.0/download.html Fri Jan 26 
17:34:01 2018
@@ -140,11 +140,18 @@
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
 <h2><a name="Download"></a>Download</h2>
+<p>
 Apache Chainsaw is distributed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0.html";>Apache License, version 
2.0</a>.
 Version 2.0.0 was released on 2018-01-25.
 All artifacts are signed by GPG.
 <a href="https://www.apache.org/dist/logging/KEYS";>Download the GPG keys 
here</a>.
-Instructions on how to import that file are included at the top.
+To import that file:
+</p>
+<pre>gpg --import KEYS</pre>
+<p>
+To verify a pair of files <code>foo</code> and <code>foo.asc</code>:
+</p>
+<pre>gpg --verify foo.asc foo</pre>
 <table>
     <tr>
         <th>Distribution</th>


Reply via email to