keystone.common.jwt_utils module

keystone.common.jwt_utils.create_jws_keypair(private_key_path, public_key_path)[source]

Create an ECDSA key pair using an secp256r1, or NIST P-256, curve.

Parameters
  • private_key_path – location to save the private key

  • public_key_path – location to save the public key