From 9b26a686afff5ee8e996bb6539e4c2f7f0df8749 Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Mon, 18 May 2020 14:42:43 +0200 Subject: [PATCH] CR fixes --- oat-sa/bundle-lti1p3/2.0/post-install.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oat-sa/bundle-lti1p3/2.0/post-install.txt b/oat-sa/bundle-lti1p3/2.0/post-install.txt index 6ee3a298..c0990143 100644 --- a/oat-sa/bundle-lti1p3/2.0/post-install.txt +++ b/oat-sa/bundle-lti1p3/2.0/post-install.txt @@ -2,10 +2,10 @@ Next: LTI 1.3 bundle configuration - * Configure your keys, platform, tools and registrations in file config/packages/lti1p3.yaml + * Create development keys: 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 - * Configure the platform and tools automated routes in file config/routes/lti1p3.yaml + * Configure your keys, platform, tools and registrations in file config/packages/lti1p3.yaml - * Read the documentation at https://github.com/oat-sa/bundle-lti1p3 + * Configure the platform and tools automated routes in file config/routes/lti1p3.yaml - * !! IMPORTANT !! The keys generated in config/secrets/dev/ folder are default development keys, DO NOT USE THEM IN PRODUCTION. + * Read the documentation at https://github.com/oat-sa/bundle-lti1p3