keystone.common.jwt_utils module
this page last updated: 2019-04-10 12:58:56.429535
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: 2019-04-10 12:58:56.429535