Compare commits
No commits in common. "2de3e744a547c12313d38260e9ef83db7ff3783c" and "f8f333025c02096f9680c078980f1f038fe62adf" have entirely different histories.
2de3e744a5
...
f8f333025c
|
@ -1 +0,0 @@
|
|||
img/favicon-32x32.png
|
Binary file not shown.
Before Width: | Height: | Size: 734 B |
21
index.html
21
index.html
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>Greenlock™</title>
|
||||
</head>
|
||||
<body hidden>
|
||||
<body>
|
||||
<div>
|
||||
<br>
|
||||
<h3>Greenlock™ - Instant, Free SSL Certificates via Let's Encrypt v2</h3>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<!-- Step 1 Choose Domain(s) -->
|
||||
<form class="js-acme-form js-acme-form-domains">
|
||||
<h1><label>What's your domain?</label></h1>
|
||||
<h4>Certificates are valid for 90 days. Renewal is free :)</h4>
|
||||
<input class="js-acme-domains" type="text" placeholder="example.com,*.example.com" required>
|
||||
<br>
|
||||
<button type="submit">Next</button>
|
||||
|
@ -199,27 +198,13 @@ var server = https.createServer({
|
|||
-->
|
||||
</form>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div><small>
|
||||
<h3></h3>
|
||||
<a href="https://git.coolaj86.com/coolaj86/greenlock.html">View Source</a> (git)
|
||||
<!-- or
|
||||
<pre><code>git clone https://git.coolaj86.com/coolaj86/greenlock.html.git</code></pre>
|
||||
Or view the live site code (same as live-site branch):
|
||||
<pre><code>wget https://greenlock.ppl.family --mirror --convert-links --adjust-extension --page-requisites --no-parent</code></pre>
|
||||
</small></div>
|
||||
-->
|
||||
|
||||
<script src="./js/bacme.js"></script>
|
||||
<script src="./js/app.js"></script>
|
||||
|
||||
<script src="./js/pkijs.org/v1.3.33/common.js"></script>
|
||||
<script src="./js/pkijs.org/v1.3.33/asn1.js"></script>
|
||||
<script src="./js/pkijs.org/v1.3.33/x509_schema.js"></script>
|
||||
<script src="./js/pkijs.org/v1.3.33/x509_simpl.js"></script>
|
||||
<script src="./js/browser-csr/v1.0.0-alpha/csr.js"></script>
|
||||
|
||||
<script src="./js/bacme.js"></script>
|
||||
<script src="./js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue