msgphp / symfony-demo-app

A Symfony demo application with basic user management
https://github.com/msgphp/msgphp
MIT License
0 stars 0 forks source link

Add docker elasticsearch container / fix JWT #112

Closed ro0NL closed 5 years ago

ro0NL commented 5 years ago

bump ES7

https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html

openssl genrsa -out config/jwt/private.pem -aes256 4096
openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem