Skip to content

Commit dd86710

Browse files
authored
docs: Update lms/envs/common.py
1 parent 747289b commit dd86710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/envs/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4321,7 +4321,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
43214321
}
43224322

43234323
# 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:
4324+
# in an lms shell run the following command:
43254325
# > python manage.py lms generate_jwt_signing_key
43264326
# This will output asymmetric JWTs to use here. Read more on this on:
43274327
# https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0008-use-asymmetric-jwts.rst

0 commit comments

Comments
 (0)