mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
12 lines
751 B
Plaintext
12 lines
751 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Next: LTI 1.3 bundle configuration </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* <fg=blue>Create</> development keys: <comment>mkdir -p config/secrets/dev && openssl genrsa -out config/secrets/dev/private.key 2048 && openssl rsa -in config/secrets/dev/private.key -outform PEM -pubout -out config/secrets/dev/public.key</>
|
|
|
|
* <fg=blue>Configure</> your keys, platform, tools and registrations in file <fg=green>config/packages/lti1p3.yaml</>
|
|
|
|
* <fg=blue>Configure</> the platform and tools automated routes in file <fg=green>config/routes/lti1p3.yaml</>
|
|
|
|
* <fg=blue>Read</> the documentation at <comment>https://github.com/oat-sa/bundle-lti1p3</>
|