[rs-commit] r127 - /rs-manual/trunk/src/site/xhtml5/glossary.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Wed Oct 30 00:59:52 CET 2019


Author: minfrin at redwax.eu
Date: Wed Oct 30 00:59:51 2019
New Revision: 127

Log:
Add a skelton for the glossary.

Added:
    rs-manual/trunk/src/site/xhtml5/glossary.xhtml5

Added: rs-manual/trunk/src/site/xhtml5/glossary.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/glossary.xhtml5	(added)
+++ rs-manual/trunk/src/site/xhtml5/glossary.xhtml5	Wed Oct 30 00:59:51 2019
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+  <head>
+    <title>Glossary</title>
+    <meta name="description" content="Glossary of terms." />
+  </head>
+  <body>
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left" id="introduction">
+      <div class="content null">
+        <h2>Glossary</h2>
+        <p>The following terms are used within a certificate authority.</p>
+      </div>
+      <div class="image">
+        <img src="images/candles-lightgreen.jpg" alt="" />
+      </div>
+    </section>
+
+    <section class="wrapper style1 align-center"
+        id="introduction">
+      <div class="content inner index align-left">
+
+        <section>
+          <div class="content none">
+
+            <dl>
+              <dt id="crl"><a href="https://tools.ietf.org/html/rfc5280">Certificate Revocation List</a></dt>
+              <dd>
+                <p>
+                  A signed list of certificates that have been actively revoked by
+                  a certificate authority.
+                </p>
+              </dd>
+              <dt id="csr"><a href="https://tools.ietf.org/html/rfc2986">Certificate Sign Request</a></dt>
+              <dd>
+                <p>
+                  A formal signed request for a certificate, consisting of a distinguished name,
+                  a public key, and optionally a set of attributes, collectively signed by the entity
+                  requesting certification.
+                </p>
+              </dd>
+            </dl>
+
+          </div>
+        </section>
+
+      </div>
+    </section>
+
+
+  </body>
+</html>
+



More information about the rs-commit mailing list