-
Notifications
You must be signed in to change notification settings - Fork 190
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
can't start server with an SSL certchain #568
Comments
The
|
Here are my pem files:
and both tempfiles ( |
You need to have the full trust chain in each place. i.e. the CA cert needs to be in the |
I have a certification authority. Its cert is in
cacert.pem
. That CA signed both my server cert and a client cert.Imagine I store a server key in
server.pem
and a server cert inserver.key
.I want to run IBM MQ server. So I created a structure according to the documentation. I renamed
server.pem
topki/keys/server/tls.crt
server.key
topki/keys/server/tls.key
cacert.pem
topki/trust/0/tls.crt
When I try to start the server (with pki dir mounted
-v ./pki:/etc/mqm/pki
) I get an errorAm I doing something wrong or is this a bug?
After some investigation, I found out that the following
runmqakm
commands are run from the go code (in that order):The last one fails with the error message.
Further observations:
cacert.pem
akapki/trust/0/tls.crt
the server starts, but it doesnt talk TLS.The text was updated successfully, but these errors were encountered: