We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747289b commit dd86710Copy full SHA for dd86710
lms/envs/common.py
@@ -4321,7 +4321,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
4321
}
4322
4323
# NOTE: In order to create both JWT_PRIVATE_SIGNING_JWK and JWT_PUBLIC_SIGNING_JWK_SET,
4324
-# start devstack on an lms shell and then run the command:
+# in an lms shell run the following command:
4325
# > python manage.py lms generate_jwt_signing_key
4326
# This will output asymmetric JWTs to use here. Read more on this on:
4327
# https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0008-use-asymmetric-jwts.rst
0 commit comments