Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add x5t and x5c when creating a JWS KeyStore? #434

Open
sibelius opened this issue Dec 16, 2024 · 0 comments
Open

How to add x5t and x5c when creating a JWS KeyStore? #434

sibelius opened this issue Dec 16, 2024 · 0 comments

Comments

@sibelius
Copy link

I'm using this code to generate my JWKS

const keyStore = jose.JWK.createKeyStore();

  await keyStore.add(cert, 'pem', {
    kid,
    key_ops: ['verify'],
  });

  const keys = keyStore.toJSON(true);

how can I generate and add a stable kid, a x5t and also x5c ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant