Skip to content

Commit 4921f69

Browse files
author
Chris Love
committed
Fix formatting of README.md in examples
1 parent b465716 commit 4921f69

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Creating Certificates
2525
Self-signed certificates can be created using OpenSSL using the
2626
following steps:
2727

28-
$ openssl genrsa -des3 -passout pass:x -out serer.pass.key 2048
29-
$ openssl rsa -passin pass:x -in server.pass.key -out server.key
30-
$ openssl req -new -key server.key -out server.csr
31-
$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
28+
> openssl genrsa -des3 -passout pass:x -out serer.pass.key 2048
29+
> openssl rsa -passin pass:x -in server.pass.key -out server.key
30+
> openssl req -new -key server.key -out server.csr
31+
> openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
3232
3333
On the last step when prompted for a challenge password it can be left
3434
empty.
@@ -38,7 +38,8 @@ for these instructions.
3838

3939
Keystore configuration
4040
======================
41-
If using a local client such as RestClient for testing the Rest server
41+
If using a local client such as RestClient
42+
(https://github.com/wiztools/rest-client) for testing the Rest server
4243
then a keystore needs to be established. These commands should be
4344
bundled with your Java installation.
4445

0 commit comments

Comments
 (0)