doc/index.html in r509-ca-http-0.3.1 vs doc/index.html in r509-ca-http-0.3.2
- old
+ new
@@ -4,11 +4,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
File: README
- — Documentation by YARD 0.8.7.3
+ — Documentation by YARD 0.8.7
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
@@ -86,11 +86,11 @@
<p>Required POST parameters:</p>
<ul>
<li>ca</li>
<li>profile</li>
-<li>validityPeriod (in days)</li>
+<li>validityPeriod (in seconds)</li>
<li>csr (or spki)</li>
<li>subject</li>
</ul>
<p>The subject is provided like so:</p>
@@ -167,16 +167,20 @@
<p>Running r509-ca-http will let you issue and revoke certificates. But that's not everything you need to do, if you're going to run a CA. You're going to need information about validity, and you may want to save a record of issued certificates to the filesystem.</p>
<p>For that, we've created a few pieces of Rack middleware for your use.</p>
<ul>
-<li><a href="https://github.com/sirsean/r509-middleware-validity">r509-middleware-validity</a></li>
-<li><a href="https://github.com/sirsean/r509-middleware-certwriter">r509-middleware-certwriter</a></li>
+<li><a href="https://github.com/r509/r509-middleware-validity">r509-middleware-validity</a></li>
+<li><a href="https://github.com/r509/r509-middleware-certwriter">r509-middleware-certwriter</a></li>
</ul>
-<p>After installing one or both of them, you'll have to edit your <code>config.ru`` and/or</code>config.yaml``` files.</p>
+<p>After installing one or both of them, you'll have to edit your <code>config.ru</code> and/or <code>config.yaml</code> files.</p>
+<h2>Signals</h2>
+
+<p>You can send a kill -USR2 signal to any running r509-ca-http process to cause it to reload and print its config to the logs (provided your app server isn't trapping USR2 first).</p>
+
<h2>Support</h2>
<p>You can file bugs on GitHub or join the #r509 channel on irc.freenode.net to ask questions.</p>
<h2>Rake tasks</h2>
@@ -203,12 +207,12 @@
<p>Generate documentation.</p>
</div></div>
<div id="footer">
- Generated on Thu Feb 6 10:33:49 2014 by
+ Generated on Tue Apr 15 17:13:51 2014 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.7.3 (ruby-2.0.0).
+ 0.8.7 (ruby-2.1.1).
</div>
</body>
</html>
\ No newline at end of file