Skip to content

Commit 1ef5479

Browse files
committed
Update docs for location of tls test credentials
1 parent 9ddc55d commit 1ef5479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tls/docs/GnuTLSSetup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3>Instructions for setting up a GnuTLS server for use with DTLSClientTest, Tls
88

99
<li> Unpack to folder and add ${GNUTLS_HOME}/bin to PATH
1010

11-
<li> Make a working folder somewhere and copy the x509-*.pem from this package (in src/test/resources) to there.
11+
<li> Make a working folder somewhere and copy the x509-*.pem from the bc-test-data repository (in tls/credentials) to there.
1212

1313
<li> Go to working folder and start GnuTLS server (defaults to port 5556):
1414
<ul>

tls/docs/OpenSSLSetup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h3>Instructions for setting up an OpenSSL server for use with DTLSClientTest, D
77
<ul>
88
<li> Download and Install OpenSSL (exercise for the reader)
99

10-
<li> Make a working folder somewhere and copy the x509-*.pem from this package (in src/test/resources) to there.
10+
<li> Make a working folder somewhere and copy the x509-*.pem from the bc-test-data repository (in tls/credentials) to there.
1111

1212
<li> Go to working folder and start OpenSSL client or server:
1313
<ul>

0 commit comments

Comments
 (0)