[rs-commit] r358 - /rs-manual/trunk/src/site/xhtml5/configuration.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Fri Mar 20 14:08:33 CET 2020


Author: minfrin at redwax.eu
Date: Fri Mar 20 14:08:32 2020
New Revision: 358

Log:
Add testing section with reference to the interop site.

Modified:
    rs-manual/trunk/src/site/xhtml5/configuration.xhtml5

Modified: rs-manual/trunk/src/site/xhtml5/configuration.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/configuration.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/configuration.xhtml5	Fri Mar 20 14:08:32 2020
@@ -440,6 +440,71 @@
       </div>
     </section>
 
+    <section class="wrapper style1 align-center inner"
+        id="backend">
+      <header>
+        <h2>Test your Redwax Server</h2>
+        <p>
+          With the configuration in place, it is time to test your server.
+        </p>
+        <p>
+          The Redwax <a href="https://interop.redwax.eu/rs/">Interop / Demo</a> site provides
+          a number of examples that could be used to test your server configuration.
+        </p>
+      </header>
+      <div class="content index align-left">
+
+        <section>
+          <header>
+            <h3><a href="https://interop.redwax.eu/rs/scep/">Simple Certificate Enrollment
+             Protocol (SCEP) Service</a></h3>
+          </header>
+          <div class="content none">
+	        <p>
+	          In this example, we provide a number of ways to test a SCEP server on various
+	          SCEP clients.
+	        </p>
+	        <ul>
+	          <li><a href="https://interop.redwax.eu/rs/scep/#macos">SCEP with Apple MacOS and iOS</a>.</li>
+	          <li><a href="https://interop.redwax.eu/rs/scep/#routeros">SCEP with Mikrotik RouterOS</a>.</li>
+	        </ul>
+          </div>
+        </section>
+
+        <section>
+          <header>
+            <h3><a href="https://interop.redwax.eu/rs/timestamp/">Time Stamp Service</a></h3>
+          </header>
+          <div class="content none">
+	        <p>
+	          In this example, we provide a number of ways to test a time stamp service using
+	          OpenSSL.
+	        </p>
+	        <ul>
+	          <li><a href="https://interop.redwax.eu/rs/scep/#openssl">Time Stamping with OpenSSL</a>.</li>
+	        </ul>
+          </div>
+        </section>
+
+        <section>
+          <header>
+            <h3><a href="https://interop.redwax.eu/rs/csr/">Certificate Sign Request / Microsoft
+             CertEnroll (CSR) Service</a></h3>
+          </header>
+          <div class="content none">
+	        <p>
+	          In this example, we test against an instance of a Redwax Certificate Sign Request
+	          server based on <a href="https://redwax.eu/rs/docs/latest/mod/mod_csr.html">mod_csr</a>.
+	        </p>
+	        <ul>
+	          <li><a href="https://interop.redwax.eu/rs/scep/#certenroll">CertEnroll with Microsoft Internet Explorer 11</a>.</li>
+	        </ul>
+          </div>
+        </section>
+
+      </div>
+    </section>
+
   </body>
 </html>
 



More information about the rs-commit mailing list