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

Certs are always stored in PEM format #3

Open
fef1312 opened this issue Apr 7, 2020 · 0 comments
Open

Certs are always stored in PEM format #3

fef1312 opened this issue Apr 7, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@fef1312
Copy link
Member

fef1312 commented Apr 7, 2020

JWT certificates that have been generated at initialization (development mode only) are always written to disk in PEM format, even if the configuration specified a .der extension. We could either write a complicated (and possibly error-prone) API for converting certificates to DER based on the file extension from the config, or just abandon DER support all together. I'll probably head for the latter approach since this platform is written for FreeTube and not meant to be run anywhere else, which means that designing the server to be configured in a particularily convenient manner is definitely not a priority.

@fef1312 fef1312 added the bug Something isn't working label Apr 7, 2020
@fef1312 fef1312 self-assigned this Apr 7, 2020
@fef1312 fef1312 added this to the Release 1.0 milestone Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant