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

Specification of keyfile / certfile #19

Open
tweep opened this issue Mar 16, 2020 · 1 comment
Open

Specification of keyfile / certfile #19

tweep opened this issue Mar 16, 2020 · 1 comment

Comments

@tweep
Copy link

tweep commented Mar 16, 2020

Hello,
I'm having some challenges running xenahub with the --keyfile and --certfile options. Can you clarify what type / format of certificates are required ? ( X.509 ? PKCS12 ? )

The error message we are seeing when starting the app is :

NET::ERR_CERT_COMMON_NAME_INVALID`` 2020-03-16 15:15:19.263 [qtp1483155688-90] WARN default org.eclipse.jetty.io.nio - javax.net.ssl.SSLException: Received fatal alert: certificate_unknown

Thanks,
tweep

@acthp
Copy link
Collaborator

acthp commented Mar 17, 2020

pkcs8 for the key, and pem for the cert should work. You will need to include any intermediate certs in the cert file.

Let us know if this doesn't resolve the issue.

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