Oauth2 public/private key config in lando Create public/private key inside drupal lando root and give the path in the simple oauth configuration (/admin/config/people/simple_oauth) openssl genrsa -out private.key 2048 openssl rsa -in private.key -pubout > public.key /app/public.key /app/private.key