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

"algid parse error, not a sequence" when a java app tries to use a keystore #23

Closed
raffaelespazzoli opened this issue Aug 6, 2019 · 1 comment

Comments

@raffaelespazzoli
Copy link
Contributor

keystores expects key to be in the PKCS8 format. When creating the keystore keys must be converted to this format if they are not.

@raffaelespazzoli
Copy link
Contributor Author

as of now there does't seem to be a good way of converting the format. so it is a responsibility of the certificate provisioner to ensure the certificate is in PKCS#8 format. if using cert-manager to provision certificates add the following: keyEncoding: pkcs8

raffaelespazzoli added a commit to raffaelespazzoli/cert-utils-operator that referenced this issue Aug 11, 2019
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