forked from root/acme.js
		
	nix Bluecrypt branding
This commit is contained in:
		
							parent
							
								
									ad42d34587
								
							
						
					
					
						commit
						4b79b0bb3a
					
				@ -1,6 +1,6 @@
 | 
			
		||||
<html>
 | 
			
		||||
	<head>
 | 
			
		||||
		<title>Bluecrypt ACME - A Root Project</title>
 | 
			
		||||
		<title>ACME.js - A Root Project</title>
 | 
			
		||||
		<meta charset="UTF-8" />
 | 
			
		||||
		<style>
 | 
			
		||||
			textarea {
 | 
			
		||||
@ -20,17 +20,15 @@
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<h1>
 | 
			
		||||
			@bluecrypt/acme: Let's Encrypt for the Browser
 | 
			
		||||
			@root/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
 | 
			
		||||
		>
 | 
			
		||||
		<pre><code><script src="<a href="https://unpkg.com/@root/acme@3.0.0/dist/acme.js">https://unpkg.com/@root/acme@3.0.0/dist/acme.js</a>"></script></code></pre>
 | 
			
		||||
		<pre><code><script src="<a href="https://unpkg.com/@root/acme@3.0.0/dist/acme.min.js">https://unpkg.com/@root/acme@3.0.0/dist/acme.min.js</a>"></script></code></pre>
 | 
			
		||||
		<a href="https://git.rootprojects.org/root/acme.js">Documentation</a>
 | 
			
		||||
 | 
			
		||||
		<h2>1. Keypair Generation</h2>
 | 
			
		||||
		<form class="js-keygen">
 | 
			
		||||
@ -211,21 +209,20 @@
 | 
			
		||||
 | 
			
		||||
		<br />
 | 
			
		||||
		<p>
 | 
			
		||||
			Bluecrypt™ is a collection of lightweight, zero-dependency,
 | 
			
		||||
			libraries written in VanillaJS. 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.
 | 
			
		||||
			[Root](https://rootprojects.org) has built a collection of
 | 
			
		||||
			lightweight, zero-dependency, libraries written in VanillaJS. 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 (git) source
 | 
			
		||||
			<a href="https://git.rootprojects.org/root/bluecrypt-acme.js"
 | 
			
		||||
				>@bluecrypt/acme</a
 | 
			
		||||
			>
 | 
			
		||||
			<a href="https://git.rootprojects.org/root/acme.js">@root/acme</a>
 | 
			
		||||
		</footer>
 | 
			
		||||
 | 
			
		||||
		<script src="./app.js"></script>
 | 
			
		||||
		<!-- script src="../dist/acme.js"></script -->
 | 
			
		||||
		<!-- script src="../dist/app.js"></script -->
 | 
			
		||||
		<script src="./app.js"></script>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user