Skip to content

Commit

Permalink
fixup! Extend the README to describe how to run the TLS demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Oct 31, 2023
1 parent 95c67d7 commit 909c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can run a test server to try out these demos using the "openssl s_server"
command line utility and using the test server certificate and key provided in
this directory. For example:

openssl s_server -www -accept localhost:4443 -cert servercert.pem -key serverkey.pem
LD_LIBRARY_PATH=../.. ../../apps/openssl s_server -www -accept localhost:4443 -cert servercert.pem -key serverkey.pem

The test server certificate in this directory will use a CA that will not be in
your default trusted certificate store. The CA certificate to use is also
Expand Down

0 comments on commit 909c8eb

Please sign in to comment.