Key Management (JWK)
Keys As Services
jose: # Configuration of the JWT Framework
keys: # Configuration of the keys
key_name: # Unique key name
method_name: # Name of the method
...
is_public: trueFrom A Shared Secret
jose:
keys:
key_name:
secret: # Method
secret: 'This is my shared secret'
additional_values:
use: 'sig'
alg: 'RS512'From A JWK Object
From A X509 Certificate File
From A X509 Certificate
From A PKCS#1/PKCS#8 Key File
From A Key In A Key Set
Custom Tags
Last updated
Was this helpful?