Skip to content

Commit

Permalink
docs: Update lms/envs/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil authored Jan 23, 2025
1 parent 747289b commit dd86710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4321,7 +4321,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
}

# NOTE: In order to create both JWT_PRIVATE_SIGNING_JWK and JWT_PUBLIC_SIGNING_JWK_SET,
# start devstack on an lms shell and then run the command:
# in an lms shell run the following command:
# > python manage.py lms generate_jwt_signing_key
# This will output asymmetric JWTs to use here. Read more on this on:
# https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0008-use-asymmetric-jwts.rst
Expand Down

0 comments on commit dd86710

Please sign in to comment.