add links
This commit is contained in:
parent
7186df6760
commit
5a188577c0
|
@ -20,6 +20,9 @@
|
|||
<h1>@bluecrypt/acme: Let's Encrypt for the Browser</h1>
|
||||
|
||||
<p>This is intended to be explored with your JavaScript console open.</p>
|
||||
<pre><code><script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.js">https://rootprojects.org/acme/bluecrypt-acme.js</a>"></script></code></pre>
|
||||
<pre><code><script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.min.js">https://rootprojects.org/acme/bluecrypt-acme.min.js</a>"></script></code></pre>
|
||||
<a href="https://git.rootprojects.org/root/bluecrypt-acme.js">Documentation</a>
|
||||
|
||||
<h2>1. Keypair Generation</h2>
|
||||
<form class="js-keygen">
|
||||
|
@ -134,7 +137,7 @@
|
|||
They are fast, tiny, and secure, using the native features of modern browsers where possible.
|
||||
This means it's easy-to-use crypto in kilobytes, not megabytes.</p>
|
||||
<br>
|
||||
<footer>View source: <a href="https://git.rootprojects.org/root/bluecrypt-acme.js">@bluecrypt/acme</a></footer>
|
||||
<footer>View (git) source <a href="https://git.rootprojects.org/root/bluecrypt-acme.js">@bluecrypt/acme</a></footer>
|
||||
|
||||
<script src="./lib/encoding.js"></script>
|
||||
<script src="./lib/asn1-packer.js"></script>
|
||||
|
|
Loading…
Reference in New Issue