Skip to content

Commit c802460

Browse files
committed
fix readme
1 parent df88161 commit c802460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You will need to create a public-private key pair using open ssl (minimum 2048 b
154154
2. Generate the public private key pair inside the ./server/cert directory
155155
```
156156
openssl genrsa -out private_key.pem 2048
157-
openssl rsa -in private.pem -pubout -out public_key.pem
157+
openssl rsa -in private_key.pem -pubout -out public_key.pem
158158
```
159159
3. Copy the public key to Opey top level directory
160160
```

0 commit comments

Comments
 (0)