We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88161 commit c802460Copy full SHA for c802460
README.md
@@ -154,7 +154,7 @@ You will need to create a public-private key pair using open ssl (minimum 2048 b
154
2. Generate the public private key pair inside the ./server/cert directory
155
```
156
openssl genrsa -out private_key.pem 2048
157
-openssl rsa -in private.pem -pubout -out public_key.pem
+openssl rsa -in private_key.pem -pubout -out public_key.pem
158
159
3. Copy the public key to Opey top level directory
160
0 commit comments