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

The pkcs12 file made with concat can be invalid due to missing line breaks #20

Open
davidc0le opened this issue Nov 10, 2018 · 1 comment

Comments

@davidc0le
Copy link
Contributor

When creating a ds389 instance with an existing private key and certificates that I passed in via eyaml, I found the resulting concat output file was invalid because line breaks between the elements were missing.

@spacepants
Copy link
Owner

It's been a while since I worked with it, but we also used eyaml for secrets management. IIRC, I think we were able to accomplish this by using block literals which preserve newlines.

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