Skip to content

Commit cde6eaa

Browse files
authored
Update README.md
1 parent 8d3c488 commit cde6eaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# transient-universe-tls
2-
secure communications for transient-universe.
2+
Secure communications for transient-universe.
33

44
`initTLS` must be called before using any communication. Then any connection with other nodes is atempted to be secure. It is necessary a certificate and a key for the node at the folder where it is executed. Certificate verification from calling nodes is disabled in this version, so encription of messages among nodes, and not verification is the goal initially.
55

6-
Connection from nodes accept `https` requests. If a connection is secure, socket communications are encripted too.
6+
upon initTLS has been called, any `connect` will try to establish a secure connection or will fail.
7+
8+
Connection from web nodes accept `https` requests. If a connection is secure, socket communications are encripted too.
79

810
In order to generate a self-signed certificate for testing, try the following:
911

0 commit comments

Comments
 (0)