Skip to content

Commit

Permalink
Update RUNNING_FIRST_TIME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleMcGrew authored Mar 2, 2021
1 parent 192e8a4 commit e9e4d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installing/RUNNING_FIRST_TIME.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ To install OpenSSL for Mac OS X, type in your terminal:

Now create a self signed certificate, starting from the WebApp folder.

openssl genrsa -des3 -passout pass:x -out server.pass.key 2048
openssl rsa -passin pass:x -in server.pass.key -out server.key
openssl genrsa -des3 -passout pass:xxxx -out server.pass.key 2048
openssl rsa -passin pass:xxxx -in server.pass.key -out server.key
rm server.pass.key
openssl req -new -key server.key -out server.csr
Expand Down

0 comments on commit e9e4d7c

Please sign in to comment.