Skip to content

Commit

Permalink
Merge pull request #90 from clementtalleu/patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
slashfan committed Oct 15, 2015
2 parents 143da60 + cabdb7c commit 710e589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function registerBundles()
Generate the SSH keys :

``` bash
$ mkdir -p app/var/jwt
$ openssl genrsa -out app/var/jwt/private.pem -aes256 4096
$ openssl rsa -pubout -in app/var/jwt/private.pem -out app/var/jwt/public.pem
```
Expand Down

0 comments on commit 710e589

Please sign in to comment.