keystone.common.jwt_utils module
this page last updated: 2026-06-08 23:16:29.552138
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
|
this page last updated: 2026-06-08 23:16:29.552138