We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb85437 commit d9a19dcCopy full SHA for d9a19dc
netcat/README.md
@@ -3,7 +3,15 @@ A SCION port of the netcat process.
3
4
5
## Usage
6
-```./netcat <host> <port>```
+```
7
+./netcat <host> <port>
8
+./netcat -l <port>
9
10
+
11
+Remember to generate a TLS certificate first (this will generate them in the current working directory):
12
13
+openssl req -newkey rsa:2048 -nodes -keyout ./key.pem -x509 -days 365 -out ./certificate.pem
14
15
16
See `./netcat -h` for more.
17
0 commit comments