You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/deploy/pubsub-demo/README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Keystore is the means of storage of cryptographic credentials for a Kafka broker
20
20
They can be password protected. To generate valid keystores for this demo deployment, first run [RDFM's certgen script](../../tests/certgen.sh):
21
21
22
22
```sh
23
-
../../tests/certgen.sh server IP:127.0.0.1,DNS:localhost,DNS:rdfm-server
23
+
../../tests/certgen.sh server IP:127.0.0.1,DNS:localhost,DNS:rdfm-server DEVICE no
24
24
```
25
25
26
26
It generates a `server` directory in which, alongside the key-cert pair that will be used for a RDFM server, lie `CA.crt` and `CA.key`. They are essential for generating keystores:
@@ -48,6 +48,14 @@ To run the whole demo, the server and client are also required. The server will
48
48
make docker-demo-client
49
49
```
50
50
51
+
After running make for the `docker-demo-client` target, return to this directory and run:
0 commit comments