Skip to content

Commit

Permalink
Change references in README.md from John to Fred.
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Mar 26, 2024
1 parent 9204ae7 commit 698fb5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,15 +500,15 @@ echoserver the command line option `-a`.

$ ./examples/echoserver/echoserver -a ./keys/ca-cert-ecc.pem

The echoserver and client have a fake user named "john" whose certificate
The echoserver and client have a fake user named "fred" whose certificate
will be used for authentication.

An example echoserver / client connection using the example certificate
john-cert.der would be:
fred-cert.der would be:

$ ./examples/echoserver/echoserver -a ./keys/ca-cert-ecc.pem -K john:./keys/john-cert.der
$ ./examples/echoserver/echoserver -a ./keys/ca-cert-ecc.pem -K fred:./keys/fred-cert.der

$ ./examples/client/client -u john -J ./keys/john-cert.der -i ./keys/john-key.der
$ ./examples/client/client -u fred -J ./keys/fred-cert.der -i ./keys/fred-key.der


WOLFSSH APPLICATIONS
Expand Down

0 comments on commit 698fb5d

Please sign in to comment.