File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Creating Certificates
2525Self-signed certificates can be created using OpenSSL using the
2626following 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
3333On the last step when prompted for a challenge password it can be left
3434empty.
@@ -38,7 +38,8 @@ for these instructions.
3838
3939Keystore 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
4243then a keystore needs to be established. These commands should be
4344bundled with your Java installation.
4445
You can’t perform that action at this time.
0 commit comments