summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-05-31 14:37:53 +0200
committerbt <bt@rctt.net>2026-05-31 14:43:50 +0200
commit061b0ac8e8d1cefbb7ffcf3eb8695a28663cda3e (patch)
tree2574352ce323e90d12cee75b71c8bdd2c00d125a
parentaf6ccd597024aa867a5742a5c6771c9a11c18c9f (diff)
downloadsolec-061b0ac8e8d1cefbb7ffcf3eb8695a28663cda3e.tar.gz
solec-061b0ac8e8d1cefbb7ffcf3eb8695a28663cda3e.zip
[tools] Fix run-tls.sh
-rw-r--r--docs/rfc.html10
-rw-r--r--docs/rfc.txt4
-rwxr-xr-xtools/run-tls.sh6
3 files changed, 10 insertions, 10 deletions
diff --git a/docs/rfc.html b/docs/rfc.html
index 8d412d0..224cbea 100644
--- a/docs/rfc.html
+++ b/docs/rfc.html
@@ -15,7 +15,7 @@ SOLEC system.
<meta content="SOLEC" name="ietf.draft">
<!-- Generator version information:
xml2rfc 3.32.0
- Python 3.14.3
+ Python 3.14.5
ConfigArgParse 1.7.5
google-i18n-address 3.1.1
intervaltree 3.2.1
@@ -1220,7 +1220,7 @@ li > p:last-of-type:only-child {
</tr></thead>
<tfoot><tr>
<td class="left">bt</td>
-<td class="center">Expires 27 November 2026</td>
+<td class="center">Expires 2 December 2026</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
@@ -1233,12 +1233,12 @@ li > p:last-of-type:only-child {
<dd class="internet-draft">SOLEC</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
-<time datetime="2026-05-26" class="published">26 May 2026</time>
+<time datetime="2026-05-31" class="published">31 May 2026</time>
</dd>
<dt class="label-intended-status">Intended Status:</dt>
<dd class="intended-status">Experimental</dd>
<dt class="label-expires">Expires:</dt>
-<dd class="expires"><time datetime="2026-11-27">27 November 2026</time></dd>
+<dd class="expires"><time datetime="2026-12-02">2 December 2026</time></dd>
<dt class="label-authors">Author:</dt>
<dd class="authors">
<div class="author">
@@ -1274,7 +1274,7 @@ SOLEC system.<a href="#section-abstract-1" class="pilcrow">¶</a></p>
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p>
<p id="section-boilerplate.1-4">
- This Internet-Draft will expire on 27 November 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
+ This Internet-Draft will expire on 2 December 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
</section>
</div>
<div id="copyright">
diff --git a/docs/rfc.txt b/docs/rfc.txt
index d617ed7..ed9cc49 100644
--- a/docs/rfc.txt
+++ b/docs/rfc.txt
@@ -1,7 +1,7 @@
SOLEC Working Group bt, Ed.
Internet-Draft RCTT.net
-Intended status: Experimental 26 May 2026
-Expires: 27 November 2026
+Intended status: Experimental 31 May 2026
+Expires: 2 December 2026
System of Lightweight Electronic Communication
diff --git a/tools/run-tls.sh b/tools/run-tls.sh
index c1b84ea..f9b9e03 100755
--- a/tools/run-tls.sh
+++ b/tools/run-tls.sh
@@ -2,7 +2,7 @@
tmux \
new-session "go run cmd/daemon/main.go -tls -tls-cert cert.pem -tls-key key.pem -test -db test.db; read" \; \
- split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user1; read" \; \
- split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user2; read" \; \
- split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user3; read" \; \
+ split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user1@localhost -p test; read" \; \
+ split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user2@localhost -p test; read" \; \
+ split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user3@localhost -p test; read" \; \
select-layout tiled; \ No newline at end of file