Skip to content

Commit

Permalink
pass key not required (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdip019 authored May 18, 2024
1 parent cedce15 commit 17cda97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/local-setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SMTP servers require authentication to ensure that only authorized users can sen

Also we need a Private Key for verifying Sessions (Make sure you have openssl in your system) and place it at the root of the project.
```
openssl genpkey -algorithm RSA -out private_key.pem -aes256 -pass pass:your_passphrase -pkeyopt rsa_keygen_bits:2048
openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
```

Expand Down

0 comments on commit 17cda97

Please sign in to comment.