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

base64url encoded DER instead of PEM? #26

Open
sakimura opened this issue Nov 9, 2010 · 2 comments
Open

base64url encoded DER instead of PEM? #26

sakimura opened this issue Nov 9, 2010 · 2 comments

Comments

@sakimura
Copy link
Member

sakimura commented Nov 9, 2010

JSON vars cannot have new lines in the values.

Perhaps base64url encoded DER instead of PEM for certs?

@hdknr
Copy link

hdknr commented Nov 9, 2010

PEM is basically based64 encoded version of DER. You must be right.

@sakimura
Copy link
Member Author

Yes. PEM is header-string + base64(DER) + footer-string.
It has line-wraps which cannot be there for JSON.

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

2 participants