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

Add support for defining a custom license file signing algorithm #924

Open
ezekg opened this issue Jan 8, 2025 · 0 comments
Open

Add support for defining a custom license file signing algorithm #924

ezekg opened this issue Jan 8, 2025 · 0 comments

Comments

@ezekg
Copy link
Member

ezekg commented Jan 8, 2025

E.g. some customers want to use an RSA signing algorithm, but they also want plaintext keys. We should add an algorithm parameter to the checkout actions to be able to manually override the license file algorithm.

curl -X POST 'https://api.keygen.sh/v1/accounts/<account>/licenses/<license>/actions/check-out' \
  -d '{
        "meta": {
          "algorithm": "rsa-pss-sha256" | "rsa-sha256" | "ed25519"
        }
      }'
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