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

Use generated client for set_key_certificate #64

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

robin-nitrokey
Copy link
Member

Previously, we manually implemented the PUT /keys/{KeyID}/cert API call because it used content types that were not supported by the generated API client. Now it only accepts application/octet-stream, so we can use the generated client instead of manually performing the request.

Previously, we manually implemented the PUT /keys/{KeyID}/cert API call
because it used content types that were not supported by the generated
API client.  Now it only accepts application/octet-stream, so we can use
the generated client instead of manually performing the request.
@robin-nitrokey robin-nitrokey merged commit 389216c into main Nov 8, 2023
@robin-nitrokey robin-nitrokey deleted the set-key-certificate branch November 8, 2023 16:32
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

Successfully merging this pull request may close these issues.

2 participants